Interface PutSigningProfileResponse.Builder

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

public static interface PutSigningProfileResponse.Builder extends SignerResponse.Builder, SdkPojo, CopyableBuilder<PutSigningProfileResponse.Builder,PutSigningProfileResponse>
  • Method Details

    • 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.