Interface CancelDomainConfigChangeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CancelDomainConfigChangeRequest.Builder,CancelDomainConfigChangeRequest>,OpenSearchRequest.Builder,SdkBuilder<CancelDomainConfigChangeRequest.Builder,CancelDomainConfigChangeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CancelDomainConfigChangeRequest
@Mutable @NotThreadSafe public static interface CancelDomainConfigChangeRequest.Builder extends OpenSearchRequest.Builder, SdkPojo, CopyableBuilder<CancelDomainConfigChangeRequest.Builder,CancelDomainConfigChangeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CancelDomainConfigChangeRequest.BuilderdomainName(String domainName)Sets the value of the DomainName property for this object.CancelDomainConfigChangeRequest.BuilderdryRun(Boolean dryRun)When set toTrue, returns the list of change IDs and properties that will be cancelled without actually cancelling the change.CancelDomainConfigChangeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CancelDomainConfigChangeRequest.BuilderoverrideConfiguration(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.opensearch.model.OpenSearchRequest.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 Detail
-
domainName
CancelDomainConfigChangeRequest.Builder domainName(String domainName)
Sets the value of the DomainName property for this object.- Parameters:
domainName- The new value for the DomainName property for this object.- 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 toTrue, 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:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CancelDomainConfigChangeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-