Interface UpdateKxEnvironmentRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateKxEnvironmentRequest.Builder,
,UpdateKxEnvironmentRequest> FinspaceRequest.Builder
,SdkBuilder<UpdateKxEnvironmentRequest.Builder,
,UpdateKxEnvironmentRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateKxEnvironmentRequest
@Mutable
@NotThreadSafe
public static interface UpdateKxEnvironmentRequest.Builder
extends FinspaceRequest.Builder, SdkPojo, CopyableBuilder<UpdateKxEnvironmentRequest.Builder,UpdateKxEnvironmentRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(String clientToken) A token that ensures idempotency.description
(String description) A description of the kdb environment.environmentId
(String environmentId) A unique identifier for the kdb environment.The name of the kdb environment.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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, sdkFieldNameToField, sdkFields
-
Method Details
-
environmentId
A unique identifier for the kdb environment.
- Parameters:
environmentId
- A unique identifier for the kdb environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the kdb environment.
- Parameters:
name
- The name of the kdb environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the kdb environment.
- Parameters:
description
- A description of the 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
UpdateKxEnvironmentRequest.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
UpdateKxEnvironmentRequest.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.
-