Interface StopApplicationRequest.Builder

    • Method Detail

      • 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:
        ConnectedEntityType, ConnectedEntityType
      • 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:
        ConnectedEntityType, ConnectedEntityType
      • 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.