Interface DeleteProjectRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CodeStarRequest.Builder, CopyableBuilder<DeleteProjectRequest.Builder,DeleteProjectRequest>, SdkBuilder<DeleteProjectRequest.Builder,DeleteProjectRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
DeleteProjectRequest

public static interface DeleteProjectRequest.Builder extends CodeStarRequest.Builder, SdkPojo, CopyableBuilder<DeleteProjectRequest.Builder,DeleteProjectRequest>
  • Method Details

    • id

      The ID of the project to be deleted in AWS CodeStar.

      Parameters:
      id - The ID of the project to be deleted in AWS CodeStar.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientRequestToken

      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.

      Parameters:
      clientRequestToken - A user- or system-generated token that identifies the entity that requested project deletion. This token can be used to repeat the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deleteStack

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      DeleteProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.