Interface StopApplicationRequest.Builder

  • Method Details

    • applicationId

      StopApplicationRequest.Builder applicationId(String applicationId)

      The unique identifier of the application you want to stop.

      Parameters:
      applicationId - The unique identifier of the application you want to stop.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • forceStop

      Stopping an application process can take a long time. Setting this parameter to true lets you force stop the application so you don't need to wait until the process finishes to apply another action on the application. The default value is false.

      Parameters:
      forceStop - Stopping an application process can take a long time. Setting this parameter to true lets you force stop the application so you don't need to wait until the process finishes to apply another action on the application. The default value is false.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      StopApplicationRequest.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.