Interface DescribeScheduledActionsRequest.Builder
- All Superinterfaces:
AutoScalingRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeScheduledActionsRequest.Builder,
,DescribeScheduledActionsRequest> SdkBuilder<DescribeScheduledActionsRequest.Builder,
,DescribeScheduledActionsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeScheduledActionsRequest
-
Method Summary
Modifier and TypeMethodDescriptionautoScalingGroupName
(String autoScalingGroupName) The name of the Auto Scaling group.The latest scheduled start time to return.maxRecords
(Integer maxRecords) The maximum number of items to return with this call.The token for the next set of items to return.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.scheduledActionNames
(String... scheduledActionNames) The names of one or more scheduled actions.scheduledActionNames
(Collection<String> scheduledActionNames) The names of one or more scheduled actions.The earliest scheduled start time to return.Methods inherited from interface software.amazon.awssdk.services.autoscaling.model.AutoScalingRequest.Builder
build
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.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
autoScalingGroupName
The name of the Auto Scaling group.
- Parameters:
autoScalingGroupName
- The name of the Auto Scaling group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scheduledActionNames
DescribeScheduledActionsRequest.Builder scheduledActionNames(Collection<String> scheduledActionNames) The names of one or more scheduled actions. If you omit this property, all scheduled actions are described. If you specify an unknown scheduled action, it is ignored with no error.
Array Members: Maximum number of 50 actions.
- Parameters:
scheduledActionNames
- The names of one or more scheduled actions. If you omit this property, all scheduled actions are described. If you specify an unknown scheduled action, it is ignored with no error.Array Members: Maximum number of 50 actions.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scheduledActionNames
The names of one or more scheduled actions. If you omit this property, all scheduled actions are described. If you specify an unknown scheduled action, it is ignored with no error.
Array Members: Maximum number of 50 actions.
- Parameters:
scheduledActionNames
- The names of one or more scheduled actions. If you omit this property, all scheduled actions are described. If you specify an unknown scheduled action, it is ignored with no error.Array Members: Maximum number of 50 actions.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
The earliest scheduled start time to return. If scheduled action names are provided, this property is ignored.
- Parameters:
startTime
- The earliest scheduled start time to return. If scheduled action names are provided, this property is ignored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
The latest scheduled start time to return. If scheduled action names are provided, this property is ignored.
- Parameters:
endTime
- The latest scheduled start time to return. If scheduled action names are provided, this property is ignored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token for the next set of items to return. (You received this token from a previous call.)
- Parameters:
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxRecords
The maximum number of items to return with this call. The default value is
50
and the maximum value is100
.- Parameters:
maxRecords
- The maximum number of items to return with this call. The default value is50
and the maximum value is100
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeScheduledActionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeScheduledActionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-