public static interface CreateKxEnvironmentResponse.Builder extends FinspaceResponse.Builder, SdkPojo, CopyableBuilder<CreateKxEnvironmentResponse.Builder,CreateKxEnvironmentResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateKxEnvironmentResponse.Builder |
creationTimestamp(Instant creationTimestamp)
The timestamp at which the kdb environment was created in FinSpace.
|
CreateKxEnvironmentResponse.Builder |
description(String description)
A description for the kdb environment.
|
CreateKxEnvironmentResponse.Builder |
environmentArn(String environmentArn)
The ARN identifier of the environment.
|
CreateKxEnvironmentResponse.Builder |
environmentId(String environmentId)
A unique identifier for the kdb environment.
|
CreateKxEnvironmentResponse.Builder |
kmsKeyId(String kmsKeyId)
The KMS key ID to encrypt your data in the FinSpace environment.
|
CreateKxEnvironmentResponse.Builder |
name(String name)
The name of the kdb environment.
|
CreateKxEnvironmentResponse.Builder |
status(EnvironmentStatus status)
The status of the kdb environment.
|
CreateKxEnvironmentResponse.Builder |
status(String status)
The status of the kdb environment.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateKxEnvironmentResponse.Builder name(String name)
The name of the kdb environment.
name - The name of the kdb environment.CreateKxEnvironmentResponse.Builder status(String status)
The status of the kdb environment.
status - The status of the kdb environment.EnvironmentStatus,
EnvironmentStatusCreateKxEnvironmentResponse.Builder status(EnvironmentStatus status)
The status of the kdb environment.
status - The status of the kdb environment.EnvironmentStatus,
EnvironmentStatusCreateKxEnvironmentResponse.Builder environmentId(String environmentId)
A unique identifier for the kdb environment.
environmentId - A unique identifier for the kdb environment.CreateKxEnvironmentResponse.Builder description(String description)
A description for the kdb environment.
description - A description for the kdb environment.CreateKxEnvironmentResponse.Builder environmentArn(String environmentArn)
The ARN identifier of the environment.
environmentArn - The ARN identifier of the environment.CreateKxEnvironmentResponse.Builder kmsKeyId(String kmsKeyId)
The KMS key ID to encrypt your data in the FinSpace environment.
kmsKeyId - The KMS key ID to encrypt your data in the FinSpace environment.CreateKxEnvironmentResponse.Builder creationTimestamp(Instant creationTimestamp)
The timestamp at which the kdb environment was created in FinSpace.
creationTimestamp - The timestamp at which the kdb environment was created in FinSpace.Copyright © 2023. All rights reserved.