Interface StopApplicationRequest.Builder

  • Method Details

    • applicationId

      StopApplicationRequest.Builder applicationId(String applicationId)

      The ID of the application.

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

      StopApplicationRequest.Builder stopConnectedEntity(String stopConnectedEntity)

      Specify the ConnectedEntityType. Accepted type is DBMS.

      If this parameter is included, the connected DBMS (Database Management System) will be stopped.

      Parameters:
      stopConnectedEntity - Specify the ConnectedEntityType. Accepted type is DBMS.

      If this parameter is included, the connected DBMS (Database Management System) will be stopped.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • stopConnectedEntity

      StopApplicationRequest.Builder stopConnectedEntity(ConnectedEntityType stopConnectedEntity)

      Specify the ConnectedEntityType. Accepted type is DBMS.

      If this parameter is included, the connected DBMS (Database Management System) will be stopped.

      Parameters:
      stopConnectedEntity - Specify the ConnectedEntityType. Accepted type is DBMS.

      If this parameter is included, the connected DBMS (Database Management System) will be stopped.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • includeEc2InstanceShutdown

      StopApplicationRequest.Builder includeEc2InstanceShutdown(Boolean includeEc2InstanceShutdown)

      Boolean. If included and if set to True, the StopApplication operation will shut down the associated Amazon EC2 instance in addition to the application.

      Parameters:
      includeEc2InstanceShutdown - Boolean. If included and if set to True, the StopApplication operation will shut down the associated Amazon EC2 instance in addition to the application.
      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.