Interface CreateKxEnvironmentRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateKxEnvironmentRequest.Builder,
,CreateKxEnvironmentRequest> FinspaceRequest.Builder
,SdkBuilder<CreateKxEnvironmentRequest.Builder,
,CreateKxEnvironmentRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateKxEnvironmentRequest
public static interface CreateKxEnvironmentRequest.Builder
extends FinspaceRequest.Builder, SdkPojo, CopyableBuilder<CreateKxEnvironmentRequest.Builder,CreateKxEnvironmentRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(String clientToken) A token that ensures idempotency.description
(String description) A description for the kdb environment.The KMS key ID to encrypt your data in the FinSpace environment.The name of the kdb environment that you want to create.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.A list of key-value pairs to label the kdb environment.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.finspace.model.FinspaceRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
name
The name of the kdb environment that you want to create.
- Parameters:
name
- The name of the kdb environment that you want to create.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description for the kdb environment.
- Parameters:
description
- A description for the kdb environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyId
The KMS key ID to encrypt your data in the FinSpace environment.
- Parameters:
kmsKeyId
- The KMS key ID to encrypt your data in the FinSpace environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
A list of key-value pairs to label the kdb environment. You can add up to 50 tags to your kdb environment.
- Parameters:
tags
- A list of key-value pairs to label the kdb environment. You can add up to 50 tags to your kdb environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
A token that ensures idempotency. This token expires in 10 minutes.
- Parameters:
clientToken
- A token that ensures idempotency. This token expires in 10 minutes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateKxEnvironmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateKxEnvironmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-