#[non_exhaustive]
pub struct DescribeSigningJobOutputBuilder { /* private fields */ }
Expand description

A builder for DescribeSigningJobOutput.

Implementations§

source§

impl DescribeSigningJobOutputBuilder

source

pub fn job_id(self, input: impl Into<String>) -> Self

The ID of the signing job on output.

source

pub fn set_job_id(self, input: Option<String>) -> Self

The ID of the signing job on output.

source

pub fn get_job_id(&self) -> &Option<String>

The ID of the signing job on output.

source

pub fn source(self, input: Source) -> Self

The object that contains the name of your S3 bucket or your raw code.

source

pub fn set_source(self, input: Option<Source>) -> Self

The object that contains the name of your S3 bucket or your raw code.

source

pub fn get_source(&self) -> &Option<Source>

The object that contains the name of your S3 bucket or your raw code.

source

pub fn signing_material(self, input: SigningMaterial) -> Self

The Amazon Resource Name (ARN) of your code signing certificate.

source

pub fn set_signing_material(self, input: Option<SigningMaterial>) -> Self

The Amazon Resource Name (ARN) of your code signing certificate.

source

pub fn get_signing_material(&self) -> &Option<SigningMaterial>

The Amazon Resource Name (ARN) of your code signing certificate.

source

pub fn platform_id(self, input: impl Into<String>) -> Self

The microcontroller platform to which your signed code image will be distributed.

source

pub fn set_platform_id(self, input: Option<String>) -> Self

The microcontroller platform to which your signed code image will be distributed.

source

pub fn get_platform_id(&self) -> &Option<String>

The microcontroller platform to which your signed code image will be distributed.

source

pub fn platform_display_name(self, input: impl Into<String>) -> Self

A human-readable name for the signing platform associated with the signing job.

source

pub fn set_platform_display_name(self, input: Option<String>) -> Self

A human-readable name for the signing platform associated with the signing job.

source

pub fn get_platform_display_name(&self) -> &Option<String>

A human-readable name for the signing platform associated with the signing job.

source

pub fn profile_name(self, input: impl Into<String>) -> Self

The name of the profile that initiated the signing operation.

source

pub fn set_profile_name(self, input: Option<String>) -> Self

The name of the profile that initiated the signing operation.

source

pub fn get_profile_name(&self) -> &Option<String>

The name of the profile that initiated the signing operation.

source

pub fn profile_version(self, input: impl Into<String>) -> Self

The version of the signing profile used to initiate the signing job.

source

pub fn set_profile_version(self, input: Option<String>) -> Self

The version of the signing profile used to initiate the signing job.

source

pub fn get_profile_version(&self) -> &Option<String>

The version of the signing profile used to initiate the signing job.

source

pub fn overrides(self, input: SigningPlatformOverrides) -> Self

A list of any overrides that were applied to the signing operation.

source

pub fn set_overrides(self, input: Option<SigningPlatformOverrides>) -> Self

A list of any overrides that were applied to the signing operation.

source

pub fn get_overrides(&self) -> &Option<SigningPlatformOverrides>

A list of any overrides that were applied to the signing operation.

source

pub fn signing_parameters( self, k: impl Into<String>, v: impl Into<String> ) -> Self

Adds a key-value pair to signing_parameters.

To override the contents of this collection use set_signing_parameters.

Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.

source

pub fn set_signing_parameters( self, input: Option<HashMap<String, String>> ) -> Self

Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.

source

pub fn get_signing_parameters(&self) -> &Option<HashMap<String, String>>

Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.

source

pub fn created_at(self, input: DateTime) -> Self

Date and time that the signing job was created.

source

pub fn set_created_at(self, input: Option<DateTime>) -> Self

Date and time that the signing job was created.

source

pub fn get_created_at(&self) -> &Option<DateTime>

Date and time that the signing job was created.

source

pub fn completed_at(self, input: DateTime) -> Self

Date and time that the signing job was completed.

source

pub fn set_completed_at(self, input: Option<DateTime>) -> Self

Date and time that the signing job was completed.

source

pub fn get_completed_at(&self) -> &Option<DateTime>

Date and time that the signing job was completed.

source

pub fn signature_expires_at(self, input: DateTime) -> Self

Thr expiration timestamp for the signature generated by the signing job.

source

pub fn set_signature_expires_at(self, input: Option<DateTime>) -> Self

Thr expiration timestamp for the signature generated by the signing job.

source

pub fn get_signature_expires_at(&self) -> &Option<DateTime>

Thr expiration timestamp for the signature generated by the signing job.

source

pub fn requested_by(self, input: impl Into<String>) -> Self

The IAM principal that requested the signing job.

source

pub fn set_requested_by(self, input: Option<String>) -> Self

The IAM principal that requested the signing job.

source

pub fn get_requested_by(&self) -> &Option<String>

The IAM principal that requested the signing job.

source

pub fn status(self, input: SigningStatus) -> Self

Status of the signing job.

source

pub fn set_status(self, input: Option<SigningStatus>) -> Self

Status of the signing job.

source

pub fn get_status(&self) -> &Option<SigningStatus>

Status of the signing job.

source

pub fn status_reason(self, input: impl Into<String>) -> Self

String value that contains the status reason.

source

pub fn set_status_reason(self, input: Option<String>) -> Self

String value that contains the status reason.

source

pub fn get_status_reason(&self) -> &Option<String>

String value that contains the status reason.

source

pub fn revocation_record(self, input: SigningJobRevocationRecord) -> Self

A revocation record if the signature generated by the signing job has been revoked. Contains a timestamp and the ID of the IAM entity that revoked the signature.

source

pub fn set_revocation_record( self, input: Option<SigningJobRevocationRecord> ) -> Self

A revocation record if the signature generated by the signing job has been revoked. Contains a timestamp and the ID of the IAM entity that revoked the signature.

source

pub fn get_revocation_record(&self) -> &Option<SigningJobRevocationRecord>

A revocation record if the signature generated by the signing job has been revoked. Contains a timestamp and the ID of the IAM entity that revoked the signature.

source

pub fn signed_object(self, input: SignedObject) -> Self

Name of the S3 bucket where the signed code image is saved by AWS Signer.

source

pub fn set_signed_object(self, input: Option<SignedObject>) -> Self

Name of the S3 bucket where the signed code image is saved by AWS Signer.

source

pub fn get_signed_object(&self) -> &Option<SignedObject>

Name of the S3 bucket where the signed code image is saved by AWS Signer.

source

pub fn job_owner(self, input: impl Into<String>) -> Self

The AWS account ID of the job owner.

source

pub fn set_job_owner(self, input: Option<String>) -> Self

The AWS account ID of the job owner.

source

pub fn get_job_owner(&self) -> &Option<String>

The AWS account ID of the job owner.

source

pub fn job_invoker(self, input: impl Into<String>) -> Self

The IAM entity that initiated the signing job.

source

pub fn set_job_invoker(self, input: Option<String>) -> Self

The IAM entity that initiated the signing job.

source

pub fn get_job_invoker(&self) -> &Option<String>

The IAM entity that initiated the signing job.

source

pub fn build(self) -> DescribeSigningJobOutput

Consumes the builder and constructs a DescribeSigningJobOutput.

Trait Implementations§

source§

impl Clone for DescribeSigningJobOutputBuilder

source§

fn clone(&self) -> DescribeSigningJobOutputBuilder

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for DescribeSigningJobOutputBuilder

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for DescribeSigningJobOutputBuilder

source§

fn default() -> DescribeSigningJobOutputBuilder

Returns the “default value” for a type. Read more
source§

impl PartialEq for DescribeSigningJobOutputBuilder

source§

fn eq(&self, other: &DescribeSigningJobOutputBuilder) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl StructuralPartialEq for DescribeSigningJobOutputBuilder

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> IntoEither for T

source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> if into_left is true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> if into_left(&self) returns true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
source§

impl<Unshared, Shared> IntoShared<Shared> for Unshared
where Shared: FromUnshared<Unshared>,

source§

fn into_shared(self) -> Shared

Creates a shared type from an unshared type.
source§

impl<T> Same for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more