| Package | Description |
|---|---|
| com.amazonaws.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
Environment |
Environment.clone() |
Environment |
GetEnvironmentResult.getEnvironment()
The name of the FinSpace environment.
|
Environment |
UpdateEnvironmentResult.getEnvironment()
Returns the FinSpace environment object.
|
Environment |
Environment.withAwsAccountId(String awsAccountId)
The ID of the AWS account in which the FinSpace environment is created.
|
Environment |
Environment.withDedicatedServiceAccountId(String dedicatedServiceAccountId)
The AWS account ID of the dedicated service account associated with your FinSpace environment.
|
Environment |
Environment.withDescription(String description)
The description of the FinSpace environment.
|
Environment |
Environment.withEnvironmentArn(String environmentArn)
The Amazon Resource Name (ARN) of your FinSpace environment.
|
Environment |
Environment.withEnvironmentId(String environmentId)
The identifier of the FinSpace environment.
|
Environment |
Environment.withEnvironmentUrl(String environmentUrl)
The sign-in URL for the web application of your FinSpace environment.
|
Environment |
Environment.withFederationMode(FederationMode federationMode)
The authentication mode for the environment.
|
Environment |
Environment.withFederationMode(String federationMode)
The authentication mode for the environment.
|
Environment |
Environment.withFederationParameters(FederationParameters federationParameters)
Configuration information when authentication mode is FEDERATED.
|
Environment |
Environment.withKmsKeyId(String kmsKeyId)
The KMS key id used to encrypt in the FinSpace environment.
|
Environment |
Environment.withName(String name)
The name of the FinSpace environment.
|
Environment |
Environment.withSageMakerStudioDomainUrl(String sageMakerStudioDomainUrl)
The URL of the integrated FinSpace notebook environment in your web application.
|
Environment |
Environment.withStatus(EnvironmentStatus status)
The current status of creation of the FinSpace environment.
|
Environment |
Environment.withStatus(String status)
The current status of creation of the FinSpace environment.
|
| Modifier and Type | Method and Description |
|---|---|
List<Environment> |
ListEnvironmentsResult.getEnvironments()
A list of all of your FinSpace environments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetEnvironmentResult.setEnvironment(Environment environment)
The name of the FinSpace environment.
|
void |
UpdateEnvironmentResult.setEnvironment(Environment environment)
Returns the FinSpace environment object.
|
GetEnvironmentResult |
GetEnvironmentResult.withEnvironment(Environment environment)
The name of the FinSpace environment.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withEnvironment(Environment environment)
Returns the FinSpace environment object.
|
ListEnvironmentsResult |
ListEnvironmentsResult.withEnvironments(Environment... environments)
A list of all of your FinSpace environments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEnvironmentsResult.setEnvironments(Collection<Environment> environments)
A list of all of your FinSpace environments.
|
ListEnvironmentsResult |
ListEnvironmentsResult.withEnvironments(Collection<Environment> environments)
A list of all of your FinSpace environments.
|
Copyright © 2023. All rights reserved.