CopyableBuilder<DeleteProjectRequest.Builder,DeleteProjectRequest>
, SdkBuilder<DeleteProjectRequest.Builder,DeleteProjectRequest>
public static interface DeleteProjectRequest.Builder extends CopyableBuilder<DeleteProjectRequest.Builder,DeleteProjectRequest>
Modifier and Type | Method | Description |
---|---|---|
DeleteProjectRequest.Builder |
clientRequestToken(String clientRequestToken) |
A user- or system-generated token that identifies the entity that requested project deletion.
|
DeleteProjectRequest.Builder |
deleteStack(Boolean deleteStack) |
Whether to send a delete request for the primary stack in AWS CloudFormation originally used to generate the
project and its resources.
|
DeleteProjectRequest.Builder |
id(String id) |
The ID of the project to be deleted in AWS CodeStar.
|
copy
apply, build
DeleteProjectRequest.Builder id(String id)
The ID of the project to be deleted in AWS CodeStar.
id
- The ID of the project to be deleted in AWS CodeStar.DeleteProjectRequest.Builder clientRequestToken(String clientRequestToken)
A user- or system-generated token that identifies the entity that requested project deletion. This token can be used to repeat the request.
clientRequestToken
- A user- or system-generated token that identifies the entity that requested project deletion. This
token can be used to repeat the request.DeleteProjectRequest.Builder deleteStack(Boolean deleteStack)
Whether to send a delete request for the primary stack in AWS CloudFormation originally used to generate the project and its resources. This option will delete all AWS resources for the project (except for any buckets in Amazon S3) as well as deleting the project itself. Recommended for most use cases.
deleteStack
- Whether to send a delete request for the primary stack in AWS CloudFormation originally used to
generate the project and its resources. This option will delete all AWS resources for the project
(except for any buckets in Amazon S3) as well as deleting the project itself. Recommended for most use
cases.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.