Interface CreateProjectResponse.Builder

    • Method Detail

      • projectId

        CreateProjectResponse.Builder projectId​(String projectId)

        The ID of the project.

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

        CreateProjectResponse.Builder projectArn​(String projectArn)

        The ARN of the project, which has the following format.

        arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}

        Parameters:
        projectArn - The ARN of the project, which has the following format.

        arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}

        Returns:
        Returns a reference to this object so that method calls can be chained together.