Interface DeleteEnvironmentResponse.Builder

    • Method Detail

      • arn

        DeleteEnvironmentResponse.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the environment.

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

        DeleteEnvironmentResponse.Builder environmentId​(String environmentId)

        The unique identifier of the environment.

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

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

        DeleteEnvironmentResponse.Builder name​(String name)

        The name of the environment.

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