Interface StopAppRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<StopAppRequest.Builder,
,StopAppRequest> SdkBuilder<StopAppRequest.Builder,
,StopAppRequest> SdkPojo
,SdkRequest.Builder
,SimSpaceWeaverRequest.Builder
- Enclosing class:
StopAppRequest
@Mutable
@NotThreadSafe
public static interface StopAppRequest.Builder
extends SimSpaceWeaverRequest.Builder, SdkPojo, CopyableBuilder<StopAppRequest.Builder,StopAppRequest>
-
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
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 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
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
StopAppRequest.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.
-