Interface CreateEnvironmentResponse.Builder

    • Method Detail

      • arn

        CreateEnvironmentResponse.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.
      • createdTime

        CreateEnvironmentResponse.Builder createdTime​(Instant createdTime)

        A timestamp that indicates when the environment is created.

        Parameters:
        createdTime - A timestamp that indicates when the environment is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        CreateEnvironmentResponse.Builder description​(String description)

        A description of the environment.

        Parameters:
        description - A description of the environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • environmentId

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

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

        CreateEnvironmentResponse.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.
      • ownerAccountId

        CreateEnvironmentResponse.Builder ownerAccountId​(String ownerAccountId)

        The Amazon Web Services account ID of environment owner.

        Parameters:
        ownerAccountId - The Amazon Web Services account ID of environment owner.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateEnvironmentResponse.Builder tags​(Map<String,​String> tags)

        The tags assigned to the created environment. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair..

        Parameters:
        tags - The tags assigned to the created environment. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair..
        Returns:
        Returns a reference to this object so that method calls can be chained together.