Interface DescribeDomainChangeProgressRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeDomainChangeProgressRequest.Builder,DescribeDomainChangeProgressRequest>
,ElasticsearchRequest.Builder
,SdkBuilder<DescribeDomainChangeProgressRequest.Builder,DescribeDomainChangeProgressRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- DescribeDomainChangeProgressRequest
public static interface DescribeDomainChangeProgressRequest.Builder extends ElasticsearchRequest.Builder, SdkPojo, CopyableBuilder<DescribeDomainChangeProgressRequest.Builder,DescribeDomainChangeProgressRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeDomainChangeProgressRequest.Builder
changeId(String changeId)
The specific change ID for which you want to get progress information.DescribeDomainChangeProgressRequest.Builder
domainName(String domainName)
The domain you want to get the progress information about.DescribeDomainChangeProgressRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
DescribeDomainChangeProgressRequest.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
DescribeDomainChangeProgressRequest.Builder domainName(String domainName)
The domain you want to get the progress information about.
- Parameters:
domainName
- The domain you want to get the progress information about.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changeId
DescribeDomainChangeProgressRequest.Builder changeId(String changeId)
The specific change ID for which you want to get progress information. This is an optional parameter. If omitted, the service returns information about the most recent configuration change.
- Parameters:
changeId
- The specific change ID for which you want to get progress information. This is an optional parameter. If omitted, the service returns information about the most recent configuration change.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeDomainChangeProgressRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeDomainChangeProgressRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-