Interface DeleteApplicationResponse.Builder

    • Method Detail

      • applicationId

        DeleteApplicationResponse.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.
      • arn

        DeleteApplicationResponse.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the application.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • environmentId

        DeleteApplicationResponse.Builder environmentId​(String environmentId)

        The unique identifier of the application’s environment.

        Parameters:
        environmentId - The unique identifier of the application’s environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedTime

        DeleteApplicationResponse.Builder lastUpdatedTime​(Instant lastUpdatedTime)

        A timestamp that indicates when the environment was last updated.

        Parameters:
        lastUpdatedTime - A timestamp that indicates when the environment was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        DeleteApplicationResponse.Builder name​(String name)

        The name of the application.

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