Interface ListDomainMaintenancesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListDomainMaintenancesRequest.Builder,
,ListDomainMaintenancesRequest> OpenSearchRequest.Builder
,SdkBuilder<ListDomainMaintenancesRequest.Builder,
,ListDomainMaintenancesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListDomainMaintenancesRequest
public static interface ListDomainMaintenancesRequest.Builder
extends OpenSearchRequest.Builder, SdkPojo, CopyableBuilder<ListDomainMaintenancesRequest.Builder,ListDomainMaintenancesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the action.action
(MaintenanceType action) The name of the action.domainName
(String domainName) The name of the domain.maxResults
(Integer maxResults) An optional parameter that specifies the maximum number of results to return.If your initialListDomainMaintenances
operation returns anextToken
, include the returnednextToken
in subsequentListDomainMaintenances
operations, which returns results in the next page.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The status of the action.status
(MaintenanceStatus status) The status of the action.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 Details
-
domainName
The name of the domain.
- Parameters:
domainName
- The name of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
action
The name of the action.
- Parameters:
action
- The name of the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
action
The name of the action.
- Parameters:
action
- The name of the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the action.
- Parameters:
status
- The status of the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the action.
- Parameters:
status
- The status of the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
If your initial
ListDomainMaintenances
operation returns anextToken
, include the returnednextToken
in subsequentListDomainMaintenances
operations, which returns results in the next page.- Parameters:
nextToken
- If your initialListDomainMaintenances
operation returns anextToken
, include the returnednextToken
in subsequentListDomainMaintenances
operations, which returns results in the next page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDomainMaintenancesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListDomainMaintenancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-