Interface StartAppRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartAppRequest.Builder,StartAppRequest>,SdkBuilder<StartAppRequest.Builder,StartAppRequest>,SdkPojo,SdkRequest.Builder,SimSpaceWeaverRequest.Builder
- Enclosing class:
- StartAppRequest
public static interface StartAppRequest.Builder extends SimSpaceWeaverRequest.Builder, SdkPojo, CopyableBuilder<StartAppRequest.Builder,StartAppRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StartAppRequest.BuilderclientToken(String clientToken)A value that you provide to ensure that repeated calls to this API operation using the same parameters complete only once.StartAppRequest.Builderdescription(String description)The description of the app.StartAppRequest.Builderdomain(String domain)The name of the domain of the app.default StartAppRequest.BuilderlaunchOverrides(Consumer<LaunchOverrides.Builder> launchOverrides)Sets the value of the LaunchOverrides property for this object.StartAppRequest.BuilderlaunchOverrides(LaunchOverrides launchOverrides)Sets the value of the LaunchOverrides property for this object.StartAppRequest.Buildername(String name)The name of the app.StartAppRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartAppRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartAppRequest.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
-
clientToken
StartAppRequest.Builder clientToken(String clientToken)
A value that you provide to ensure that repeated calls to this API operation using the same parameters complete only once. A
ClientTokenis also known as an idempotency token. AClientTokenexpires 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. AClientTokenis also known as an idempotency token. AClientTokenexpires after 24 hours.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
StartAppRequest.Builder description(String 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
StartAppRequest.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.
-
launchOverrides
StartAppRequest.Builder launchOverrides(LaunchOverrides 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
default StartAppRequest.Builder launchOverrides(Consumer<LaunchOverrides.Builder> launchOverrides)
Sets the value of the LaunchOverrides property for this object. This is a convenience method that creates an instance of theLaunchOverrides.Builderavoiding the need to create one manually viaLaunchOverrides.builder().When the
Consumercompletes,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:
launchOverrides(LaunchOverrides)
-
name
StartAppRequest.Builder name(String 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
StartAppRequest.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
StartAppRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartAppRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-