Class SigningProfileArgs.Builder

  • Enclosing class:
    SigningProfileArgs

    public static final class SigningProfileArgs.Builder
    extends java.lang.Object
    • Method Detail

      • platformId

        public SigningProfileArgs.Builder platformId​(com.pulumi.core.Output<java.lang.String> platformId)
        Parameters:
        platformId - The ID of the platform that is used by the target signing profile.
        Returns:
        builder
      • platformId

        public SigningProfileArgs.Builder platformId​(java.lang.String platformId)
        Parameters:
        platformId - The ID of the platform that is used by the target signing profile.
        Returns:
        builder
      • signatureValidityPeriod

        public SigningProfileArgs.Builder signatureValidityPeriod​(@Nullable
                                                                  com.pulumi.core.Output<SigningProfileSignatureValidityPeriodArgs> signatureValidityPeriod)
        Parameters:
        signatureValidityPeriod - The validity period for a signing job. See `signature_validity_period` Block below for details.
        Returns:
        builder
      • signingMaterial

        public SigningProfileArgs.Builder signingMaterial​(@Nullable
                                                          com.pulumi.core.Output<SigningProfileSigningMaterialArgs> signingMaterial)
        Parameters:
        signingMaterial - The AWS Certificate Manager certificate that will be used to sign code with the new signing profile. See `signing_material` Block below for details.
        Returns:
        builder
      • signingMaterial

        public SigningProfileArgs.Builder signingMaterial​(SigningProfileSigningMaterialArgs signingMaterial)
        Parameters:
        signingMaterial - The AWS Certificate Manager certificate that will be used to sign code with the new signing profile. See `signing_material` Block below for details.
        Returns:
        builder
      • tags

        public SigningProfileArgs.Builder tags​(@Nullable
                                               com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tags)
        Parameters:
        tags - A list of tags associated with the signing profile. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder
      • tags

        public SigningProfileArgs.Builder tags​(java.util.Map<java.lang.String,​java.lang.String> tags)
        Parameters:
        tags - A list of tags associated with the signing profile. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder