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
-
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
ListDomainMaintenancesRequest.Builder domainName(String 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
ListDomainMaintenancesRequest.Builder action(String 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:
MaintenanceType
,MaintenanceType
-
action
ListDomainMaintenancesRequest.Builder action(MaintenanceType 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:
MaintenanceType
,MaintenanceType
-
status
ListDomainMaintenancesRequest.Builder status(String 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:
MaintenanceStatus
,MaintenanceStatus
-
status
ListDomainMaintenancesRequest.Builder status(MaintenanceStatus 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:
MaintenanceStatus
,MaintenanceStatus
-
maxResults
ListDomainMaintenancesRequest.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
ListDomainMaintenancesRequest.Builder nextToken(String 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)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListDomainMaintenancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-