Environment.Builder |
Environment.Builder.awsAccountId(String awsAccountId) |
The ID of the AWS account in which the FinSpace environment is created.
|
static Environment.Builder |
Environment.builder() |
|
Environment.Builder |
Environment.Builder.dedicatedServiceAccountId(String dedicatedServiceAccountId) |
The AWS account ID of the dedicated service account associated with your FinSpace environment.
|
Environment.Builder |
Environment.Builder.description(String description) |
The description of the FinSpace environment.
|
Environment.Builder |
Environment.Builder.environmentArn(String environmentArn) |
The Amazon Resource Name (ARN) of your FinSpace environment.
|
Environment.Builder |
Environment.Builder.environmentId(String environmentId) |
The identifier of the FinSpace environment.
|
Environment.Builder |
Environment.Builder.environmentUrl(String environmentUrl) |
The sign-in URL for the web application of your FinSpace environment.
|
Environment.Builder |
Environment.Builder.federationMode(String federationMode) |
The authentication mode for the environment.
|
Environment.Builder |
Environment.Builder.federationMode(FederationMode federationMode) |
The authentication mode for the environment.
|
default Environment.Builder |
Environment.Builder.federationParameters(Consumer<FederationParameters.Builder> federationParameters) |
Configuration information when authentication mode is FEDERATED.
|
Environment.Builder |
Environment.Builder.federationParameters(FederationParameters federationParameters) |
Configuration information when authentication mode is FEDERATED.
|
Environment.Builder |
Environment.Builder.kmsKeyId(String kmsKeyId) |
The KMS key id used to encrypt in the FinSpace environment.
|
Environment.Builder |
Environment.Builder.name(String name) |
The name of the FinSpace environment.
|
Environment.Builder |
Environment.Builder.sageMakerStudioDomainUrl(String sageMakerStudioDomainUrl) |
The URL of the integrated FinSpace notebook environment in your web application.
|
Environment.Builder |
Environment.Builder.status(String status) |
The current status of creation of the FinSpace environment.
|
Environment.Builder |
Environment.Builder.status(EnvironmentStatus status) |
The current status of creation of the FinSpace environment.
|
Environment.Builder |
Environment.toBuilder() |
|