Interface DeleteAppRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<DeleteAppRequest.Builder,,DeleteAppRequest> SdkBuilder<DeleteAppRequest.Builder,,DeleteAppRequest> SdkPojo,SdkRequest.Builder,SimSpaceWeaverRequest.Builder
- Enclosing class:
 DeleteAppRequest
public static interface DeleteAppRequest.Builder
extends SimSpaceWeaverRequest.Builder, SdkPojo, CopyableBuilder<DeleteAppRequest.Builder,DeleteAppRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe name of the app.The name of the domain of the app.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.simulation(String simulation) The name of the simulation of the app.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.simspaceweaver.model.SimSpaceWeaverRequest.Builder
build 
- 
Method Details
- 
app
The name of the app.
- Parameters:
 app- The name of the app.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
domain
The name of the domain of the app.
- Parameters:
 domain- The name of the domain of the app.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
simulation
The name of the simulation of the app.
- Parameters:
 simulation- The name of the simulation of the app.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
DeleteAppRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
DeleteAppRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -