public static interface StartAppRequest.Builder extends SimSpaceWeaverRequest.Builder, SdkPojo, CopyableBuilder<StartAppRequest.Builder,StartAppRequest>
| Modifier and Type | Method and Description |
|---|---|
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.
|
StartAppRequest.Builder |
description(String description)
The description of the app.
|
StartAppRequest.Builder |
domain(String domain)
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.
|
StartAppRequest.Builder |
launchOverrides(LaunchOverrides launchOverrides)
Sets the value of the LaunchOverrides property for this object.
|
StartAppRequest.Builder |
name(String name)
The name of the app.
|
StartAppRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartAppRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartAppRequest.Builder |
simulation(String simulation)
The name of the simulation of the app.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartAppRequest.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 ClientToken is also known as an idempotency token. A
ClientToken expires after 24 hours.
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. A
ClientToken expires after 24 hours.StartAppRequest.Builder description(String description)
The description of the app.
description - The description of the app.StartAppRequest.Builder domain(String domain)
The name of the domain of the app.
domain - The name of the domain of the app.StartAppRequest.Builder launchOverrides(LaunchOverrides launchOverrides)
launchOverrides - The new value for the LaunchOverrides property for this object.default StartAppRequest.Builder launchOverrides(Consumer<LaunchOverrides.Builder> launchOverrides)
LaunchOverrides.Builder avoiding the
need to create one manually via LaunchOverrides.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to launchOverrides(LaunchOverrides).
launchOverrides - a consumer that will call methods on LaunchOverrides.BuilderlaunchOverrides(LaunchOverrides)StartAppRequest.Builder name(String name)
The name of the app.
name - The name of the app.StartAppRequest.Builder simulation(String simulation)
The name of the simulation of the app.
simulation - The name of the simulation of the app.StartAppRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartAppRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.