Interface StartAppRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<StartAppRequest.Builder,
,StartAppRequest> SdkBuilder<StartAppRequest.Builder,
,StartAppRequest> SdkPojo
,SdkRequest.Builder
,SimSpaceWeaverRequest.Builder
- Enclosing class:
StartAppRequest
@Mutable
@NotThreadSafe
public static interface StartAppRequest.Builder
extends SimSpaceWeaverRequest.Builder, SdkPojo, CopyableBuilder<StartAppRequest.Builder,StartAppRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(String clientToken) A value that you provide to ensure that repeated calls to this API operation using the same parameters complete only once.description
(String description) The description of the app.The name of the domain of the app.default StartAppRequest.Builder
launchOverrides
(Consumer<LaunchOverrides.Builder> launchOverrides) Sets the value of the LaunchOverrides property for this object.launchOverrides
(LaunchOverrides launchOverrides) Sets the value of the LaunchOverrides property for this object.The name 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
-
clientToken
A value that you provide to ensure that repeated calls to this API operation using the same parameters complete only once. A
ClientToken
is also known as an idempotency token. AClientToken
expires after 24 hours.- Parameters:
clientToken
- A value that you provide to ensure that repeated calls to this API operation using the same parameters complete only once. AClientToken
is also known as an idempotency token. AClientToken
expires after 24 hours.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the app.
- Parameters:
description
- The description 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.
-
launchOverrides
Sets the value of the LaunchOverrides property for this object.- Parameters:
launchOverrides
- The new value for the LaunchOverrides property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
launchOverrides
Sets the value of the LaunchOverrides property for this object. This is a convenience method that creates an instance of theLaunchOverrides.Builder
avoiding the need to create one manually viaLaunchOverrides.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolaunchOverrides(LaunchOverrides)
.- Parameters:
launchOverrides
- a consumer that will call methods onLaunchOverrides.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The name of the app.
- Parameters:
name
- The name 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
StartAppRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration 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
StartAppRequest.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.
-