public static interface ListScheduledActionsRequest.Builder extends OpenSearchRequest.Builder, SdkPojo, CopyableBuilder<ListScheduledActionsRequest.Builder,ListScheduledActionsRequest>
| Modifier and Type | Method and 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 initial
ListScheduledActions operation returns a nextToken, you can include
the returned nextToken in subsequent ListScheduledActions operations, which returns
results in the next page. |
ListScheduledActionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListScheduledActionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListScheduledActionsRequest.Builder domainName(String domainName)
The name of the domain.
domainName - The name of the domain.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.
maxResults - An optional parameter that specifies the maximum number of results to return. You can use
nextToken to get the next page of results.ListScheduledActionsRequest.Builder nextToken(String nextToken)
If your initial ListScheduledActions operation returns a nextToken, you can include
the returned nextToken in subsequent ListScheduledActions operations, which returns
results in the next page.
nextToken - If your initial ListScheduledActions operation returns a nextToken, you can
include the returned nextToken in subsequent ListScheduledActions
operations, which returns results in the next page.ListScheduledActionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListScheduledActionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.