Interface CreateProjectResponse.Builder

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

public static interface CreateProjectResponse.Builder extends RekognitionResponse.Builder, SdkPojo, CopyableBuilder<CreateProjectResponse.Builder,CreateProjectResponse>
  • Method Details

    • projectArn

      CreateProjectResponse.Builder projectArn(String projectArn)

      The Amazon Resource Name (ARN) of the new project. You can use the ARN to configure IAM access to the project.

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