Interface DeleteAppRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<DeleteAppRequest.Builder,DeleteAppRequest>, SdkBuilder<DeleteAppRequest.Builder,DeleteAppRequest>, SdkPojo, SdkRequest.Builder, SmsRequest.Builder
Enclosing class:
DeleteAppRequest

public static interface DeleteAppRequest.Builder extends SmsRequest.Builder, SdkPojo, CopyableBuilder<DeleteAppRequest.Builder,DeleteAppRequest>
  • Method Details

    • appId

      The ID of the application.

      Parameters:
      appId - The ID of the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • forceStopAppReplication

      DeleteAppRequest.Builder forceStopAppReplication(Boolean forceStopAppReplication)

      Indicates whether to stop all replication jobs corresponding to the servers in the application while deleting the application.

      Parameters:
      forceStopAppReplication - Indicates whether to stop all replication jobs corresponding to the servers in the application while deleting the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • forceTerminateApp

      DeleteAppRequest.Builder forceTerminateApp(Boolean forceTerminateApp)

      Indicates whether to terminate the stack corresponding to the application while deleting the application.

      Parameters:
      forceTerminateApp - Indicates whether to terminate the stack corresponding to the application while deleting the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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