public static interface DescribeProjectResponse.Builder extends CodeStarResponse.Builder, SdkPojo, 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.
|
default DescribeProjectResponse.Builder |
status(Consumer<ProjectStatus.Builder> status)
The project creation or deletion status.
|
DescribeProjectResponse.Builder |
status(ProjectStatus status)
The project creation or deletion status.
|
build, responseMetadata, responseMetadata
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.DescribeProjectResponse.Builder status(ProjectStatus status)
The project creation or deletion status.
status
- The project creation or deletion status.default DescribeProjectResponse.Builder status(Consumer<ProjectStatus.Builder> status)
The project creation or deletion status.
This is a convenience that creates an instance of theProjectStatus.Builder
avoiding the need to
create one manually via ProjectStatus.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to status(ProjectStatus)
.status
- a consumer that will call methods on ProjectStatus.Builder
status(ProjectStatus)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.