@Generated(value="software.amazon.awssdk:codegen") public final class CreateKxEnvironmentResponse extends FinspaceResponse implements ToCopyableBuilder<CreateKxEnvironmentResponse.Builder,CreateKxEnvironmentResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateKxEnvironmentResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateKxEnvironmentResponse.Builder |
builder() |
Instant |
creationTimestamp()
The timestamp at which the kdb environment was created in FinSpace.
|
String |
description()
A description for the kdb environment.
|
String |
environmentArn()
The ARN identifier of the environment.
|
String |
environmentId()
A unique identifier for the kdb environment.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
kmsKeyId()
The KMS key ID to encrypt your data in the FinSpace environment.
|
String |
name()
The name of the kdb environment.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateKxEnvironmentResponse.Builder> |
serializableBuilderClass() |
EnvironmentStatus |
status()
The status of the kdb environment.
|
String |
statusAsString()
The status of the kdb environment.
|
CreateKxEnvironmentResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the kdb environment.
public final EnvironmentStatus status()
The status of the kdb 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 status of the kdb 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 environmentId()
A unique identifier for the kdb environment.
public final String description()
A description for the kdb environment.
public final String environmentArn()
The ARN identifier of the environment.
public final String kmsKeyId()
The KMS key ID to encrypt your data in the FinSpace environment.
public final Instant creationTimestamp()
The timestamp at which the kdb environment was created in FinSpace.
public CreateKxEnvironmentResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateKxEnvironmentResponse.Builder,CreateKxEnvironmentResponse>toBuilder in class AwsResponsepublic static CreateKxEnvironmentResponse.Builder builder()
public static Class<? extends CreateKxEnvironmentResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.