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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateKxEnvironmentRequest.BuilderclientToken(String clientToken)A token that ensures idempotency.CreateKxEnvironmentRequest.Builderdescription(String description)A description for the kdb environment.CreateKxEnvironmentRequest.BuilderkmsKeyId(String kmsKeyId)The KMS key ID to encrypt your data in the FinSpace environment.CreateKxEnvironmentRequest.Buildername(String name)The name of the kdb environment that you want to create.CreateKxEnvironmentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateKxEnvironmentRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateKxEnvironmentRequest.Buildertags(Map<String,String> tags)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 Detail
-
name
CreateKxEnvironmentRequest.Builder name(String 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
CreateKxEnvironmentRequest.Builder description(String 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
CreateKxEnvironmentRequest.Builder kmsKeyId(String 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
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.
- 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
CreateKxEnvironmentRequest.Builder clientToken(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateKxEnvironmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-