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.BuilderdomainName(String domainName)The name of the domain.ListScheduledActionsRequest.BuildermaxResults(Integer maxResults)An optional parameter that specifies the maximum number of results to return.ListScheduledActionsRequest.BuildernextToken(String nextToken)If your initialListScheduledActionsoperation returns anextToken, you can include the returnednextTokenin subsequentListScheduledActionsoperations, which returns results in the next page.ListScheduledActionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListScheduledActionsRequest.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
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
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
ListScheduledActionsRequest.Builder nextToken(String nextToken)
If your initial
ListScheduledActionsoperation returns anextToken, you can include the returnednextTokenin subsequentListScheduledActionsoperations, which returns results in the next page.- Parameters:
nextToken- If your initialListScheduledActionsoperation returns anextToken, you can include the returnednextTokenin subsequentListScheduledActionsoperations, 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:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListScheduledActionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-