public static interface CreateEnvironmentRequest.Builder extends FinspaceRequest.Builder, SdkPojo, CopyableBuilder<CreateEnvironmentRequest.Builder,CreateEnvironmentRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentRequest.Builder |
dataBundles(Collection<String> dataBundles)
The list of Amazon Resource Names (ARN) of the data bundles to install.
|
CreateEnvironmentRequest.Builder |
dataBundles(String... dataBundles)
The list of Amazon Resource Names (ARN) of the data bundles to install.
|
CreateEnvironmentRequest.Builder |
description(String description)
The description of the FinSpace environment to be created.
|
CreateEnvironmentRequest.Builder |
federationMode(FederationMode federationMode)
Authentication mode for the environment.
|
CreateEnvironmentRequest.Builder |
federationMode(String federationMode)
Authentication mode for the environment.
|
default CreateEnvironmentRequest.Builder |
federationParameters(Consumer<FederationParameters.Builder> federationParameters)
Configuration information when authentication mode is FEDERATED.
|
CreateEnvironmentRequest.Builder |
federationParameters(FederationParameters federationParameters)
Configuration information when authentication mode is FEDERATED.
|
CreateEnvironmentRequest.Builder |
kmsKeyId(String kmsKeyId)
The KMS key id to encrypt your data in the FinSpace environment.
|
CreateEnvironmentRequest.Builder |
name(String name)
The name of the FinSpace environment to be created.
|
CreateEnvironmentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateEnvironmentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateEnvironmentRequest.Builder |
superuserParameters(Consumer<SuperuserParameters.Builder> superuserParameters)
Configuration information for the superuser.
|
CreateEnvironmentRequest.Builder |
superuserParameters(SuperuserParameters superuserParameters)
Configuration information for the superuser.
|
CreateEnvironmentRequest.Builder |
tags(Map<String,String> tags)
Add tags to your FinSpace environment.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateEnvironmentRequest.Builder name(String name)
The name of the FinSpace environment to be created.
name - The name of the FinSpace environment to be created.CreateEnvironmentRequest.Builder description(String description)
The description of the FinSpace environment to be created.
description - The description of the FinSpace environment to be created.CreateEnvironmentRequest.Builder kmsKeyId(String kmsKeyId)
The KMS key id to encrypt your data in the FinSpace environment.
kmsKeyId - The KMS key id to encrypt your data in the FinSpace environment.CreateEnvironmentRequest.Builder tags(Map<String,String> tags)
Add tags to your FinSpace environment.
tags - Add tags to your FinSpace environment.CreateEnvironmentRequest.Builder federationMode(String federationMode)
Authentication mode for the environment.
FEDERATED - Users access FinSpace through Single Sign On (SSO) via your Identity provider.
LOCAL - Users access FinSpace via email and password managed within the FinSpace environment.
federationMode - Authentication mode for the environment.
FEDERATED - Users access FinSpace through Single Sign On (SSO) via your Identity
provider.
LOCAL - Users access FinSpace via email and password managed within the FinSpace
environment.
FederationMode,
FederationModeCreateEnvironmentRequest.Builder federationMode(FederationMode federationMode)
Authentication mode for the environment.
FEDERATED - Users access FinSpace through Single Sign On (SSO) via your Identity provider.
LOCAL - Users access FinSpace via email and password managed within the FinSpace environment.
federationMode - Authentication mode for the environment.
FEDERATED - Users access FinSpace through Single Sign On (SSO) via your Identity
provider.
LOCAL - Users access FinSpace via email and password managed within the FinSpace
environment.
FederationMode,
FederationModeCreateEnvironmentRequest.Builder federationParameters(FederationParameters federationParameters)
Configuration information when authentication mode is FEDERATED.
federationParameters - Configuration information when authentication mode is FEDERATED.default CreateEnvironmentRequest.Builder federationParameters(Consumer<FederationParameters.Builder> federationParameters)
Configuration information when authentication mode is FEDERATED.
This is a convenience that creates an instance of theFederationParameters.Builder avoiding the need
to create one manually via FederationParameters.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to federationParameters(FederationParameters).federationParameters - a consumer that will call methods on FederationParameters.BuilderfederationParameters(FederationParameters)CreateEnvironmentRequest.Builder superuserParameters(SuperuserParameters superuserParameters)
Configuration information for the superuser.
superuserParameters - Configuration information for the superuser.default CreateEnvironmentRequest.Builder superuserParameters(Consumer<SuperuserParameters.Builder> superuserParameters)
Configuration information for the superuser.
This is a convenience that creates an instance of theSuperuserParameters.Builder avoiding the need
to create one manually via SuperuserParameters.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to superuserParameters(SuperuserParameters).superuserParameters - a consumer that will call methods on SuperuserParameters.BuildersuperuserParameters(SuperuserParameters)CreateEnvironmentRequest.Builder dataBundles(Collection<String> dataBundles)
The list of Amazon Resource Names (ARN) of the data bundles to install. Currently supported data bundle ARNs:
arn:aws:finspace:${Region}::data-bundle/capital-markets-sample - Contains sample Capital Markets
datasets, categories and controlled vocabularies.
arn:aws:finspace:${Region}::data-bundle/taq (default) - Contains trades and quotes data in
addition to sample Capital Markets data.
dataBundles - The list of Amazon Resource Names (ARN) of the data bundles to install. Currently supported data
bundle ARNs:
arn:aws:finspace:${Region}::data-bundle/capital-markets-sample - Contains sample Capital
Markets datasets, categories and controlled vocabularies.
arn:aws:finspace:${Region}::data-bundle/taq (default) - Contains trades and quotes data
in addition to sample Capital Markets data.
CreateEnvironmentRequest.Builder dataBundles(String... dataBundles)
The list of Amazon Resource Names (ARN) of the data bundles to install. Currently supported data bundle ARNs:
arn:aws:finspace:${Region}::data-bundle/capital-markets-sample - Contains sample Capital Markets
datasets, categories and controlled vocabularies.
arn:aws:finspace:${Region}::data-bundle/taq (default) - Contains trades and quotes data in
addition to sample Capital Markets data.
dataBundles - The list of Amazon Resource Names (ARN) of the data bundles to install. Currently supported data
bundle ARNs:
arn:aws:finspace:${Region}::data-bundle/capital-markets-sample - Contains sample Capital
Markets datasets, categories and controlled vocabularies.
arn:aws:finspace:${Region}::data-bundle/taq (default) - Contains trades and quotes data
in addition to sample Capital Markets data.
CreateEnvironmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateEnvironmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.