public static interface DescribeProjectResponse.Builder extends CodeStarResponse.Builder, CopyableBuilder<DescribeProjectResponse.Builder,DescribeProjectResponse>
Modifier and Type | Method and Description |
---|---|
DescribeProjectResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) for the project.
|
DescribeProjectResponse.Builder |
clientRequestToken(String clientRequestToken)
A user- or system-generated token that identifies the entity that requested project creation.
|
DescribeProjectResponse.Builder |
createdTimeStamp(Instant createdTimeStamp)
The date and time the project was created, in timestamp format.
|
DescribeProjectResponse.Builder |
description(String description)
The description of the project, if any.
|
DescribeProjectResponse.Builder |
id(String id)
The ID of the project.
|
DescribeProjectResponse.Builder |
name(String name)
The display name for the project.
|
DescribeProjectResponse.Builder |
projectTemplateId(String projectTemplateId)
The ID for the AWS CodeStar project template used to create the project.
|
DescribeProjectResponse.Builder |
stackId(String stackId)
The ID of the primary stack in AWS CloudFormation used to generate resources for the project.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeProjectResponse.Builder name(String name)
The display name for the project.
name
- The display name for the project.DescribeProjectResponse.Builder id(String id)
The ID of the project.
id
- The ID of the project.DescribeProjectResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) for the project.
arn
- The Amazon Resource Name (ARN) for the project.DescribeProjectResponse.Builder description(String description)
The description of the project, if any.
description
- The description of the project, if any.DescribeProjectResponse.Builder clientRequestToken(String clientRequestToken)
A user- or system-generated token that identifies the entity that requested project creation.
clientRequestToken
- A user- or system-generated token that identifies the entity that requested project creation.DescribeProjectResponse.Builder createdTimeStamp(Instant createdTimeStamp)
The date and time the project was created, in timestamp format.
createdTimeStamp
- The date and time the project was created, in timestamp format.DescribeProjectResponse.Builder stackId(String stackId)
The ID of the primary stack in AWS CloudFormation used to generate resources for the project.
stackId
- The ID of the primary stack in AWS CloudFormation used to generate resources for the project.DescribeProjectResponse.Builder projectTemplateId(String projectTemplateId)
The ID for the AWS CodeStar project template used to create the project.
projectTemplateId
- The ID for the AWS CodeStar project template used to create the project.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.