CopyableBuilder<DeleteProjectResponse.Builder,DeleteProjectResponse>
, SdkBuilder<DeleteProjectResponse.Builder,DeleteProjectResponse>
public static interface DeleteProjectResponse.Builder extends CopyableBuilder<DeleteProjectResponse.Builder,DeleteProjectResponse>
Modifier and Type | Method | 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.
|
copy
apply, 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.