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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteAppRequest.Builderapp(String app)The name of the app.DeleteAppRequest.Builderdomain(String domain)The name of the domain of the app.DeleteAppRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteAppRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteAppRequest.Buildersimulation(String simulation)The name of the simulation of the app.-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.simspaceweaver.model.SimSpaceWeaverRequest.Builder
build
-
-
-
-
Method Detail
-
app
DeleteAppRequest.Builder app(String 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
DeleteAppRequest.Builder domain(String 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
DeleteAppRequest.Builder simulation(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteAppRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-