Interface BatchPutScheduledUpdateGroupActionRequest.Builder
- All Superinterfaces:
- AutoScalingRequest.Builder,- AwsRequest.Builder,- Buildable,- CopyableBuilder<BatchPutScheduledUpdateGroupActionRequest.Builder,,- BatchPutScheduledUpdateGroupActionRequest> - SdkBuilder<BatchPutScheduledUpdateGroupActionRequest.Builder,,- BatchPutScheduledUpdateGroupActionRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- BatchPutScheduledUpdateGroupActionRequest
@Mutable
@NotThreadSafe
public static interface BatchPutScheduledUpdateGroupActionRequest.Builder
extends AutoScalingRequest.Builder, SdkPojo, CopyableBuilder<BatchPutScheduledUpdateGroupActionRequest.Builder,BatchPutScheduledUpdateGroupActionRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionautoScalingGroupName(String autoScalingGroupName) The name of the Auto Scaling group.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.scheduledUpdateGroupActions(Collection<ScheduledUpdateGroupActionRequest> scheduledUpdateGroupActions) One or more scheduled actions.scheduledUpdateGroupActions(Consumer<ScheduledUpdateGroupActionRequest.Builder>... scheduledUpdateGroupActions) One or more scheduled actions.scheduledUpdateGroupActions(ScheduledUpdateGroupActionRequest... scheduledUpdateGroupActions) One or more scheduled actions.Methods inherited from interface software.amazon.awssdk.services.autoscaling.model.AutoScalingRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
autoScalingGroupNameThe 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.
 
- 
scheduledUpdateGroupActionsBatchPutScheduledUpdateGroupActionRequest.Builder scheduledUpdateGroupActions(Collection<ScheduledUpdateGroupActionRequest> scheduledUpdateGroupActions) One or more scheduled actions. The maximum number allowed is 50. - Parameters:
- scheduledUpdateGroupActions- One or more scheduled actions. The maximum number allowed is 50.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
scheduledUpdateGroupActionsBatchPutScheduledUpdateGroupActionRequest.Builder scheduledUpdateGroupActions(ScheduledUpdateGroupActionRequest... scheduledUpdateGroupActions) One or more scheduled actions. The maximum number allowed is 50. - Parameters:
- scheduledUpdateGroupActions- One or more scheduled actions. The maximum number allowed is 50.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
scheduledUpdateGroupActionsBatchPutScheduledUpdateGroupActionRequest.Builder scheduledUpdateGroupActions(Consumer<ScheduledUpdateGroupActionRequest.Builder>... scheduledUpdateGroupActions) One or more scheduled actions. The maximum number allowed is 50. This is a convenience method that creates an instance of theScheduledUpdateGroupActionRequest.Builderavoiding the need to create one manually viaScheduledUpdateGroupActionRequest.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toscheduledUpdateGroupActions(List<ScheduledUpdateGroupActionRequest>).- Parameters:
- scheduledUpdateGroupActions- a consumer that will call methods on- ScheduledUpdateGroupActionRequest.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationBatchPutScheduledUpdateGroupActionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationBatchPutScheduledUpdateGroupActionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-