Interface ListScheduledActionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListScheduledActionsRequest.Builder,ListScheduledActionsRequest>
,OpenSearchRequest.Builder
,SdkBuilder<ListScheduledActionsRequest.Builder,ListScheduledActionsRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ListScheduledActionsRequest
public static interface ListScheduledActionsRequest.Builder extends OpenSearchRequest.Builder, SdkPojo, CopyableBuilder<ListScheduledActionsRequest.Builder,ListScheduledActionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListScheduledActionsRequest.Builder
domainName(String domainName)
The name of the domain.ListScheduledActionsRequest.Builder
maxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.ListScheduledActionsRequest.Builder
nextToken(String nextToken)
If your initialListScheduledActions
operation returns anextToken
, you can include the returnednextToken
in subsequentListScheduledActions
operations, which returns results in the next page.ListScheduledActionsRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListScheduledActionsRequest.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
ListScheduledActionsRequest.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.
-
maxResults
ListScheduledActionsRequest.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
ListScheduledActionsRequest.Builder nextToken(String nextToken)
If your initial
ListScheduledActions
operation returns anextToken
, you can include the returnednextToken
in subsequentListScheduledActions
operations, which returns results in the next page.- Parameters:
nextToken
- If your initialListScheduledActions
operation returns anextToken
, you can include the returnednextToken
in subsequentListScheduledActions
operations, which returns results in the next page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListScheduledActionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListScheduledActionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-