Interface DescribeTypeRegistrationResponse.Builder

    • Method Detail

      • description

        DescribeTypeRegistrationResponse.Builder description​(String 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

        DescribeTypeRegistrationResponse.Builder typeArn​(String 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.