Interface StartElasticsearchServiceSoftwareUpdateRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartElasticsearchServiceSoftwareUpdateRequest.Builder,StartElasticsearchServiceSoftwareUpdateRequest>,ElasticsearchRequest.Builder,SdkBuilder<StartElasticsearchServiceSoftwareUpdateRequest.Builder,StartElasticsearchServiceSoftwareUpdateRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartElasticsearchServiceSoftwareUpdateRequest
@Mutable @NotThreadSafe public static interface StartElasticsearchServiceSoftwareUpdateRequest.Builder extends ElasticsearchRequest.Builder, SdkPojo, CopyableBuilder<StartElasticsearchServiceSoftwareUpdateRequest.Builder,StartElasticsearchServiceSoftwareUpdateRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartElasticsearchServiceSoftwareUpdateRequest.BuilderdomainName(String domainName)The name of the domain that you want to update to the latest service software.StartElasticsearchServiceSoftwareUpdateRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartElasticsearchServiceSoftwareUpdateRequest.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.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
domainName
StartElasticsearchServiceSoftwareUpdateRequest.Builder domainName(String domainName)
The name of the domain that you want to update to the latest service software.
- Parameters:
domainName- The name of the domain that you want to update to the latest service software.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartElasticsearchServiceSoftwareUpdateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartElasticsearchServiceSoftwareUpdateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-