public static interface CreateKxEnvironmentRequest.Builder extends FinspaceRequest.Builder, SdkPojo, CopyableBuilder<CreateKxEnvironmentRequest.Builder,CreateKxEnvironmentRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateKxEnvironmentRequest.Builder |
clientToken(String clientToken)
A token that ensures idempotency.
|
CreateKxEnvironmentRequest.Builder |
description(String description)
A description for the kdb environment.
|
CreateKxEnvironmentRequest.Builder |
kmsKeyId(String kmsKeyId)
The KMS key ID to encrypt your data in the FinSpace environment.
|
CreateKxEnvironmentRequest.Builder |
name(String name)
The name of the kdb environment that you want to create.
|
CreateKxEnvironmentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateKxEnvironmentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateKxEnvironmentRequest.Builder |
tags(Map<String,String> tags)
A list of key-value pairs to label the kdb environment.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateKxEnvironmentRequest.Builder name(String name)
The name of the kdb environment that you want to create.
name - The name of the kdb environment that you want to create.CreateKxEnvironmentRequest.Builder description(String description)
A description for the kdb environment.
description - A description for the kdb environment.CreateKxEnvironmentRequest.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.CreateKxEnvironmentRequest.Builder tags(Map<String,String> tags)
A list of key-value pairs to label the kdb environment. You can add up to 50 tags to your kdb environment.
tags - A list of key-value pairs to label the kdb environment. You can add up to 50 tags to your kdb
environment.CreateKxEnvironmentRequest.Builder clientToken(String clientToken)
A token that ensures idempotency. This token expires in 10 minutes.
clientToken - A token that ensures idempotency. This token expires in 10 minutes.CreateKxEnvironmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateKxEnvironmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.