| Package | Description |
|---|---|
| software.amazon.awssdk.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
static CreateKxEnvironmentResponse.Builder |
CreateKxEnvironmentResponse.builder() |
CreateKxEnvironmentResponse.Builder |
CreateKxEnvironmentResponse.Builder.creationTimestamp(Instant creationTimestamp)
The timestamp at which the kdb environment was created in FinSpace.
|
CreateKxEnvironmentResponse.Builder |
CreateKxEnvironmentResponse.Builder.description(String description)
A description for the kdb environment.
|
CreateKxEnvironmentResponse.Builder |
CreateKxEnvironmentResponse.Builder.environmentArn(String environmentArn)
The ARN identifier of the environment.
|
CreateKxEnvironmentResponse.Builder |
CreateKxEnvironmentResponse.Builder.environmentId(String environmentId)
A unique identifier for the kdb environment.
|
CreateKxEnvironmentResponse.Builder |
CreateKxEnvironmentResponse.Builder.kmsKeyId(String kmsKeyId)
The KMS key ID to encrypt your data in the FinSpace environment.
|
CreateKxEnvironmentResponse.Builder |
CreateKxEnvironmentResponse.Builder.name(String name)
The name of the kdb environment.
|
CreateKxEnvironmentResponse.Builder |
CreateKxEnvironmentResponse.Builder.status(EnvironmentStatus status)
The status of the kdb environment.
|
CreateKxEnvironmentResponse.Builder |
CreateKxEnvironmentResponse.Builder.status(String status)
The status of the kdb environment.
|
CreateKxEnvironmentResponse.Builder |
CreateKxEnvironmentResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateKxEnvironmentResponse.Builder> |
CreateKxEnvironmentResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.