public static interface DeleteProjectResponse.Builder extends CodeStarResponse.Builder, CopyableBuilder<DeleteProjectResponse.Builder,DeleteProjectResponse>
Modifier and Type | Method and Description |
---|---|
DeleteProjectResponse.Builder |
projectArn(String projectArn)
The Amazon Resource Name (ARN) of the deleted project.
|
DeleteProjectResponse.Builder |
stackId(String stackId)
The ID of the primary stack in AWS CloudFormation that will be deleted as part of deleting the project and
its resources.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DeleteProjectResponse.Builder stackId(String stackId)
The ID of the primary stack in AWS CloudFormation that will be deleted as part of deleting the project and its resources.
stackId
- The ID of the primary stack in AWS CloudFormation that will be deleted as part of deleting the project
and its resources.DeleteProjectResponse.Builder projectArn(String projectArn)
The Amazon Resource Name (ARN) of the deleted project.
projectArn
- The Amazon Resource Name (ARN) of the deleted project.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.