public static interface DeleteProjectRequest.Builder extends CodeStarRequest.Builder, SdkPojo, CopyableBuilder<DeleteProjectRequest.Builder,DeleteProjectRequest>
| Modifier and Type | Method and 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. 
 | 
DeleteProjectRequest.Builder | 
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration. 
 | 
DeleteProjectRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
buildoverrideConfigurationcopyapplyMutation, buildDeleteProjectRequest.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.DeleteProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.