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