Interface DeleteProjectRequest.Builder

    • Method Detail

      • id

        DeleteProjectRequest.Builder id​(String 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.