Interface DeleteLaunchActionRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<DeleteLaunchActionRequest.Builder,,- DeleteLaunchActionRequest> - DrsRequest.Builder,- SdkBuilder<DeleteLaunchActionRequest.Builder,,- DeleteLaunchActionRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- DeleteLaunchActionRequest
@Mutable
@NotThreadSafe
public static interface DeleteLaunchActionRequest.Builder
extends DrsRequest.Builder, SdkPojo, CopyableBuilder<DeleteLaunchActionRequest.Builder,DeleteLaunchActionRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionSets the value of the ActionId property for this object.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceId(String resourceId) Sets the value of the ResourceId property for this object.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.drs.model.DrsRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
actionIdSets the value of the ActionId property for this object.- Parameters:
- actionId- The new value for the ActionId property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
resourceIdSets the value of the ResourceId property for this object.- Parameters:
- resourceId- The new value for the ResourceId property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationDeleteLaunchActionRequest.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.
 
- 
overrideConfigurationDeleteLaunchActionRequest.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.
 
 
-