Interface CreateProjectResponse.Builder

    • Method Detail

      • id

        CreateProjectResponse.Builder id​(String id)

        The ID of the project.

        Parameters:
        id - The ID of the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        CreateProjectResponse.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the created project.

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

        CreateProjectResponse.Builder clientRequestToken​(String clientRequestToken)

        A user- or system-generated token that identifies the entity that requested project creation.

        Parameters:
        clientRequestToken - A user- or system-generated token that identifies the entity that requested project creation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • projectTemplateId

        CreateProjectResponse.Builder projectTemplateId​(String projectTemplateId)

        Reserved for future use.

        Parameters:
        projectTemplateId - Reserved for future use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.