Interface SigningProfile.Builder

    • Method Detail

      • profileName

        SigningProfile.Builder profileName​(String profileName)

        The name of the signing profile.

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

        SigningProfile.Builder profileVersion​(String profileVersion)

        The version of a signing profile.

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

        SigningProfile.Builder profileVersionArn​(String profileVersionArn)

        The ARN of a signing profile, including the profile version.

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

        SigningProfile.Builder signingMaterial​(SigningMaterial signingMaterial)

        The ACM certificate that is available for use by a signing profile.

        Parameters:
        signingMaterial - The ACM certificate that is available for use by a signing profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • signatureValidityPeriod

        SigningProfile.Builder signatureValidityPeriod​(SignatureValidityPeriod signatureValidityPeriod)

        The validity period for a signing job created using this signing profile.

        Parameters:
        signatureValidityPeriod - The validity period for a signing job created using this signing profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • platformId

        SigningProfile.Builder platformId​(String platformId)

        The ID of a platform that is available for use by a signing profile.

        Parameters:
        platformId - The ID of a platform that is available for use by a signing profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • platformDisplayName

        SigningProfile.Builder platformDisplayName​(String platformDisplayName)

        The name of the signing platform.

        Parameters:
        platformDisplayName - The name of the signing platform.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • signingParameters

        SigningProfile.Builder signingParameters​(Map<String,​String> signingParameters)

        The parameters that are available for use by a code signing user.

        Parameters:
        signingParameters - The parameters that are available for use by a code signing user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        SigningProfile.Builder arn​(String arn)

        The Amazon Resource Name (ARN) for the signing profile.

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

        SigningProfile.Builder tags​(Map<String,​String> tags)

        A list of tags associated with the signing profile.

        Parameters:
        tags - A list of tags associated with the signing profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.