Interface GetUpgradeHistoryRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetUpgradeHistoryRequest.Builder,GetUpgradeHistoryRequest>
,OpenSearchRequest.Builder
,SdkBuilder<GetUpgradeHistoryRequest.Builder,GetUpgradeHistoryRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- GetUpgradeHistoryRequest
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.Builder
domainName(String domainName)
The name of an existing domain.GetUpgradeHistoryRequest.Builder
maxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.GetUpgradeHistoryRequest.Builder
nextToken(String nextToken)
If your initialGetUpgradeHistory
operation returns anextToken
, you can include the returnednextToken
in subsequentGetUpgradeHistory
operations, which returns results in the next page.GetUpgradeHistoryRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
GetUpgradeHistoryRequest.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.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, 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
nextToken
to get the next page of results.- Parameters:
maxResults
- An optional parameter that specifies the maximum number of results to return. You can usenextToken
to 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
GetUpgradeHistory
operation returns anextToken
, you can include the returnednextToken
in subsequentGetUpgradeHistory
operations, which returns results in the next page.- Parameters:
nextToken
- If your initialGetUpgradeHistory
operation returns anextToken
, you can include the returnednextToken
in subsequentGetUpgradeHistory
operations, 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:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
GetUpgradeHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-