Interface PutSigningProfileResponse.Builder

    • Method Detail

      • arn

        PutSigningProfileResponse.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the signing profile created.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the signing profile created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • profileVersion

        PutSigningProfileResponse.Builder profileVersion​(String profileVersion)

        The version of the signing profile being created.

        Parameters:
        profileVersion - The version of the signing profile being created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • profileVersionArn

        PutSigningProfileResponse.Builder profileVersionArn​(String profileVersionArn)

        The signing profile ARN, including the profile version.

        Parameters:
        profileVersionArn - The signing profile ARN, including the profile version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.