Class StartSigningJobRequest

    • Method Detail

      • source

        public final Source source()

        The S3 bucket that contains the object to sign or a BLOB that contains your raw code.

        Returns:
        The S3 bucket that contains the object to sign or a BLOB that contains your raw code.
      • destination

        public final Destination destination()

        The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.

        Returns:
        The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.
      • profileName

        public final String profileName()

        The name of the signing profile.

        Returns:
        The name of the signing profile.
      • clientRequestToken

        public final String clientRequestToken()

        String that identifies the signing request. All calls after the first that use this token return the same response as the first call.

        Returns:
        String that identifies the signing request. All calls after the first that use this token return the same response as the first call.
      • profileOwner

        public final String profileOwner()

        The AWS account ID of the signing profile owner.

        Returns:
        The AWS account ID of the signing profile owner.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object