Interface ListScheduledActionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListScheduledActionsRequest.Builder,ListScheduledActionsRequest>,RedshiftServerlessRequest.Builder,SdkBuilder<ListScheduledActionsRequest.Builder,ListScheduledActionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListScheduledActionsRequest
public static interface ListScheduledActionsRequest.Builder extends RedshiftServerlessRequest.Builder, SdkPojo, CopyableBuilder<ListScheduledActionsRequest.Builder,ListScheduledActionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListScheduledActionsRequest.BuildermaxResults(Integer maxResults)An optional parameter that specifies the maximum number of results to return.ListScheduledActionsRequest.BuildernamespaceName(String namespaceName)The name of namespace associated with the scheduled action to retrieve.ListScheduledActionsRequest.BuildernextToken(String nextToken)IfnextTokenis returned, there are more results available.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.redshiftserverless.model.RedshiftServerlessRequest.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
-
maxResults
ListScheduledActionsRequest.Builder maxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return. Use
nextTokento display the next page of results.- Parameters:
maxResults- An optional parameter that specifies the maximum number of results to return. UsenextTokento display the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespaceName
ListScheduledActionsRequest.Builder namespaceName(String namespaceName)
The name of namespace associated with the scheduled action to retrieve.
- Parameters:
namespaceName- The name of namespace associated with the scheduled action to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListScheduledActionsRequest.Builder nextToken(String nextToken)
If
nextTokenis returned, there are more results available. The value ofnextTokenis a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.- Parameters:
nextToken- IfnextTokenis returned, there are more results available. The value ofnextTokenis a unique pagination token for each page. Make the call again using the returned token to retrieve 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
-
-