Interface DescribeTypeRegistrationResponse.Builder

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

  • Method Details

    • progressStatus

      DescribeTypeRegistrationResponse.Builder progressStatus(String progressStatus)

      The current status of the extension registration request.

      Parameters:
      progressStatus - The current status of the extension registration request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • progressStatus

      The current status of the extension registration request.

      Parameters:
      progressStatus - The current status of the extension registration request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • description

      The description of the extension registration request.

      Parameters:
      description - The description of the extension registration request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • typeArn

      The Amazon Resource Name (ARN) of the extension being registered.

      For registration requests with a ProgressStatus of other than COMPLETE, this will be null.

      Parameters:
      typeArn - The Amazon Resource Name (ARN) of the extension being registered.

      For registration requests with a ProgressStatus of other than COMPLETE, this will be null.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • typeVersionArn

      DescribeTypeRegistrationResponse.Builder typeVersionArn(String typeVersionArn)

      The Amazon Resource Name (ARN) of this specific version of the extension being registered.

      For registration requests with a ProgressStatus of other than COMPLETE, this will be null.

      Parameters:
      typeVersionArn - The Amazon Resource Name (ARN) of this specific version of the extension being registered.

      For registration requests with a ProgressStatus of other than COMPLETE, this will be null.

      Returns:
      Returns a reference to this object so that method calls can be chained together.