Interface CancelDomainConfigChangeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CancelDomainConfigChangeRequest.Builder,CancelDomainConfigChangeRequest>
,ElasticsearchRequest.Builder
,SdkBuilder<CancelDomainConfigChangeRequest.Builder,CancelDomainConfigChangeRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- CancelDomainConfigChangeRequest
public static interface CancelDomainConfigChangeRequest.Builder extends ElasticsearchRequest.Builder, SdkPojo, CopyableBuilder<CancelDomainConfigChangeRequest.Builder,CancelDomainConfigChangeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CancelDomainConfigChangeRequest.Builder
domainName(String domainName)
Name of the OpenSearch Service domain configuration request to cancel.CancelDomainConfigChangeRequest.Builder
dryRun(Boolean dryRun)
When set to True, returns the list of change IDs and properties that will be cancelled without actually cancelling the change.CancelDomainConfigChangeRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
CancelDomainConfigChangeRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
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.elasticsearch.model.ElasticsearchRequest.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
-
domainName
CancelDomainConfigChangeRequest.Builder domainName(String domainName)
Name of the OpenSearch Service domain configuration request to cancel.
- Parameters:
domainName
- Name of the OpenSearch Service domain configuration request to cancel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dryRun
CancelDomainConfigChangeRequest.Builder dryRun(Boolean dryRun)
When set to True, returns the list of change IDs and properties that will be cancelled without actually cancelling the change.
- Parameters:
dryRun
- When set to True, returns the list of change IDs and properties that will be cancelled without actually cancelling the change.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CancelDomainConfigChangeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
CancelDomainConfigChangeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-