Interface StartAppRequest.Builder

  • Method Details

    • 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 ClientToken is also known as an idempotency token. A ClientToken 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. A ClientToken is also known as an idempotency token. A ClientToken expires 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

      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 the 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).

      Parameters:
      launchOverrides - a consumer that will call methods on LaunchOverrides.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

      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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.