Interface GetUpgradeHistoryRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetUpgradeHistoryRequest.Builder,GetUpgradeHistoryRequest>,OpenSearchRequest.Builder,SdkBuilder<GetUpgradeHistoryRequest.Builder,GetUpgradeHistoryRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetUpgradeHistoryRequest
@Mutable @NotThreadSafe public static interface GetUpgradeHistoryRequest.Builder extends OpenSearchRequest.Builder, SdkPojo, CopyableBuilder<GetUpgradeHistoryRequest.Builder,GetUpgradeHistoryRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetUpgradeHistoryRequest.BuilderdomainName(String domainName)The name of an existing domain.GetUpgradeHistoryRequest.BuildermaxResults(Integer maxResults)An optional parameter that specifies the maximum number of results to return.GetUpgradeHistoryRequest.BuildernextToken(String nextToken)If your initialGetUpgradeHistoryoperation returns anextToken, you can include the returnednextTokenin subsequentGetUpgradeHistoryoperations, which returns results in the next page.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.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
GetUpgradeHistoryRequest.Builder domainName(String domainName)
The name of an existing domain.
- Parameters:
domainName- The name of an existing domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
GetUpgradeHistoryRequest.Builder maxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return. You can use
nextTokento get the next page of results.- Parameters:
maxResults- An optional parameter that specifies the maximum number of results to return. You can usenextTokento get the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
GetUpgradeHistoryRequest.Builder nextToken(String nextToken)
If your initial
GetUpgradeHistoryoperation returns anextToken, you can include the returnednextTokenin subsequentGetUpgradeHistoryoperations, which returns results in the next page.- Parameters:
nextToken- If your initialGetUpgradeHistoryoperation returns anextToken, you can include the returnednextTokenin subsequentGetUpgradeHistoryoperations, which returns results in the next page.- 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
-
-