Interface UpdateProjectRequest.Builder

    • Method Detail

      • projectId

        UpdateProjectRequest.Builder projectId​(String projectId)

        The ID of the project to update.

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

        UpdateProjectRequest.Builder projectName​(String projectName)

        A new friendly name for the project.

        Parameters:
        projectName - A new friendly name for the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • projectDescription

        UpdateProjectRequest.Builder projectDescription​(String projectDescription)

        A new description for the project.

        Parameters:
        projectDescription - A new description for the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientToken

        UpdateProjectRequest.Builder clientToken​(String clientToken)

        A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

        Parameters:
        clientToken - A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
        Returns:
        Returns a reference to this object so that method calls can be chained together.