Interface GetUpgradeHistoryRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetUpgradeHistoryRequest.Builder,GetUpgradeHistoryRequest>,ElasticsearchRequest.Builder,SdkBuilder<GetUpgradeHistoryRequest.Builder,GetUpgradeHistoryRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetUpgradeHistoryRequest
public static interface GetUpgradeHistoryRequest.Builder extends ElasticsearchRequest.Builder, SdkPojo, CopyableBuilder<GetUpgradeHistoryRequest.Builder,GetUpgradeHistoryRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetUpgradeHistoryRequest.BuilderdomainName(String domainName)Sets the value of the DomainName property for this object.GetUpgradeHistoryRequest.BuildermaxResults(Integer maxResults)Sets the value of the MaxResults property for this object.GetUpgradeHistoryRequest.BuildernextToken(String nextToken)Sets the value of the NextToken property for this object.GetUpgradeHistoryRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetUpgradeHistoryRequest.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
GetUpgradeHistoryRequest.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.
-
maxResults
GetUpgradeHistoryRequest.Builder maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.- Parameters:
maxResults- The new value for the MaxResults property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
GetUpgradeHistoryRequest.Builder nextToken(String nextToken)
Sets the value of the NextToken property for this object.- Parameters:
nextToken- The new value for the NextToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetUpgradeHistoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetUpgradeHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-