Interface DeleteProjectResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CodeStarResponse.Builder, CopyableBuilder<DeleteProjectResponse.Builder,DeleteProjectResponse>, SdkBuilder<DeleteProjectResponse.Builder,DeleteProjectResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DeleteProjectResponse

public static interface DeleteProjectResponse.Builder extends CodeStarResponse.Builder, SdkPojo, CopyableBuilder<DeleteProjectResponse.Builder,DeleteProjectResponse>
  • Method Details

    • stackId

      The ID of the primary stack in AWS CloudFormation that will be deleted as part of deleting the project and its resources.

      Parameters:
      stackId - The ID of the primary stack in AWS CloudFormation that will be deleted as part of deleting the project and its resources.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • projectArn

      DeleteProjectResponse.Builder projectArn(String projectArn)

      The Amazon Resource Name (ARN) of the deleted project.

      Parameters:
      projectArn - The Amazon Resource Name (ARN) of the deleted project.
      Returns:
      Returns a reference to this object so that method calls can be chained together.