public static interface Environment.Builder extends SdkPojo, CopyableBuilder<Environment.Builder,Environment>
| Modifier and Type | Method and Description |
|---|---|
Environment.Builder |
awsAccountId(String awsAccountId)
The ID of the AWS account in which the FinSpace environment is created.
|
Environment.Builder |
dedicatedServiceAccountId(String dedicatedServiceAccountId)
The AWS account ID of the dedicated service account associated with your FinSpace environment.
|
Environment.Builder |
description(String description)
The description of the FinSpace environment.
|
Environment.Builder |
environmentArn(String environmentArn)
The Amazon Resource Name (ARN) of your FinSpace environment.
|
Environment.Builder |
environmentId(String environmentId)
The identifier of the FinSpace environment.
|
Environment.Builder |
environmentUrl(String environmentUrl)
The sign-in url for the web application of your FinSpace environment.
|
Environment.Builder |
federationMode(FederationMode federationMode)
The authentication mode for the environment.
|
Environment.Builder |
federationMode(String federationMode)
The authentication mode for the environment.
|
default Environment.Builder |
federationParameters(Consumer<FederationParameters.Builder> federationParameters)
Configuration information when authentication mode is FEDERATED.
|
Environment.Builder |
federationParameters(FederationParameters federationParameters)
Configuration information when authentication mode is FEDERATED.
|
Environment.Builder |
kmsKeyId(String kmsKeyId)
The KMS key id used to encrypt in the FinSpace environment.
|
Environment.Builder |
name(String name)
The name of the FinSpace environment.
|
Environment.Builder |
sageMakerStudioDomainUrl(String sageMakerStudioDomainUrl)
The url of the integrated FinSpace notebook environment in your web application.
|
Environment.Builder |
status(EnvironmentStatus status)
The current status of creation of the FinSpace environment.
|
Environment.Builder |
status(String status)
The current status of creation of the FinSpace environment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEnvironment.Builder name(String name)
The name of the FinSpace environment.
name - The name of the FinSpace environment.Environment.Builder environmentId(String environmentId)
The identifier of the FinSpace environment.
environmentId - The identifier of the FinSpace environment.Environment.Builder awsAccountId(String awsAccountId)
The ID of the AWS account in which the FinSpace environment is created.
awsAccountId - The ID of the AWS account in which the FinSpace environment is created.Environment.Builder status(String status)
The current status of creation of the FinSpace environment.
status - The current status of creation of the FinSpace environment.EnvironmentStatus,
EnvironmentStatusEnvironment.Builder status(EnvironmentStatus status)
The current status of creation of the FinSpace environment.
status - The current status of creation of the FinSpace environment.EnvironmentStatus,
EnvironmentStatusEnvironment.Builder environmentUrl(String environmentUrl)
The sign-in url for the web application of your FinSpace environment.
environmentUrl - The sign-in url for the web application of your FinSpace environment.Environment.Builder description(String description)
The description of the FinSpace environment.
description - The description of the FinSpace environment.Environment.Builder environmentArn(String environmentArn)
The Amazon Resource Name (ARN) of your FinSpace environment.
environmentArn - The Amazon Resource Name (ARN) of your FinSpace environment.Environment.Builder sageMakerStudioDomainUrl(String sageMakerStudioDomainUrl)
The url of the integrated FinSpace notebook environment in your web application.
sageMakerStudioDomainUrl - The url of the integrated FinSpace notebook environment in your web application.Environment.Builder kmsKeyId(String kmsKeyId)
The KMS key id used to encrypt in the FinSpace environment.
kmsKeyId - The KMS key id used to encrypt in the FinSpace environment.Environment.Builder dedicatedServiceAccountId(String dedicatedServiceAccountId)
The AWS account ID of the dedicated service account associated with your FinSpace environment.
dedicatedServiceAccountId - The AWS account ID of the dedicated service account associated with your FinSpace environment.Environment.Builder federationMode(String federationMode)
The authentication mode for the environment.
federationMode - The authentication mode for the environment.FederationMode,
FederationModeEnvironment.Builder federationMode(FederationMode federationMode)
The authentication mode for the environment.
federationMode - The authentication mode for the environment.FederationMode,
FederationModeEnvironment.Builder federationParameters(FederationParameters federationParameters)
Configuration information when authentication mode is FEDERATED.
federationParameters - Configuration information when authentication mode is FEDERATED.default Environment.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)Copyright © 2022. All rights reserved.