| Package | Description |
|---|---|
| software.amazon.awssdk.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
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(FederationMode federationMode)
The authentication mode for the environment.
|
Environment.Builder |
Environment.Builder.federationMode(String 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(EnvironmentStatus status)
The current status of creation of the FinSpace environment.
|
Environment.Builder |
Environment.Builder.status(String status)
The current status of creation of the FinSpace environment.
|
Environment.Builder |
Environment.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Environment.Builder> |
Environment.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.environment(Consumer<Environment.Builder> environment)
The name of the FinSpace environment.
|
default UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.environment(Consumer<Environment.Builder> environment)
Returns the FinSpace environment object.
|
Copyright © 2022. All rights reserved.