@Generated(value="software.amazon.awssdk:codegen") public final class Environment extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Environment.Builder,Environment>
Represents an FinSpace environment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Environment.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
awsAccountId()
The ID of the AWS account in which the FinSpace environment is created.
|
static Environment.Builder |
builder() |
String |
dedicatedServiceAccountId()
The AWS account ID of the dedicated service account associated with your FinSpace environment.
|
String |
description()
The description of the FinSpace environment.
|
String |
environmentArn()
The Amazon Resource Name (ARN) of your FinSpace environment.
|
String |
environmentId()
The identifier of the FinSpace environment.
|
String |
environmentUrl()
The sign-in url for the web application of your FinSpace environment.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FederationMode |
federationMode()
The authentication mode for the environment.
|
String |
federationModeAsString()
The authentication mode for the environment.
|
FederationParameters |
federationParameters()
Configuration information when authentication mode is FEDERATED.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
kmsKeyId()
The KMS key id used to encrypt in the FinSpace environment.
|
String |
name()
The name of the FinSpace environment.
|
String |
sageMakerStudioDomainUrl()
The url of the integrated FinSpace notebook environment in your web application.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Environment.Builder> |
serializableBuilderClass() |
EnvironmentStatus |
status()
The current status of creation of the FinSpace environment.
|
String |
statusAsString()
The current status of creation of the FinSpace environment.
|
Environment.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the FinSpace environment.
public final String environmentId()
The identifier of the FinSpace environment.
public final String awsAccountId()
The ID of the AWS account in which the FinSpace environment is created.
public final EnvironmentStatus status()
The current status of creation of the FinSpace environment.
If the service returns an enum value that is not available in the current SDK version, status will
return EnvironmentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
EnvironmentStatuspublic final String statusAsString()
The current status of creation of the FinSpace environment.
If the service returns an enum value that is not available in the current SDK version, status will
return EnvironmentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
EnvironmentStatuspublic final String environmentUrl()
The sign-in url for the web application of your FinSpace environment.
public final String description()
The description of the FinSpace environment.
public final String environmentArn()
The Amazon Resource Name (ARN) of your FinSpace environment.
public final String sageMakerStudioDomainUrl()
The url of the integrated FinSpace notebook environment in your web application.
public final String kmsKeyId()
The KMS key id used to encrypt in the FinSpace environment.
public final String dedicatedServiceAccountId()
The AWS account ID of the dedicated service account associated with your FinSpace environment.
public final FederationMode federationMode()
The authentication mode for the environment.
If the service returns an enum value that is not available in the current SDK version, federationMode
will return FederationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from federationModeAsString().
FederationModepublic final String federationModeAsString()
The authentication mode for the environment.
If the service returns an enum value that is not available in the current SDK version, federationMode
will return FederationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from federationModeAsString().
FederationModepublic final FederationParameters federationParameters()
Configuration information when authentication mode is FEDERATED.
public Environment.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Environment.Builder,Environment>public static Environment.Builder builder()
public static Class<? extends Environment.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.