Struct aws_sdk_licensemanager::types::builders::IssuerBuilder
source · #[non_exhaustive]pub struct IssuerBuilder { /* private fields */ }Expand description
A builder for Issuer.
Implementations§
source§impl IssuerBuilder
impl IssuerBuilder
sourcepub fn sign_key(self, input: impl Into<String>) -> Self
pub fn sign_key(self, input: impl Into<String>) -> Self
Asymmetric KMS key from Key Management Service. The KMS key must have a key usage of sign and verify, and support the RSASSA-PSS SHA-256 signing algorithm.
sourcepub fn set_sign_key(self, input: Option<String>) -> Self
pub fn set_sign_key(self, input: Option<String>) -> Self
Asymmetric KMS key from Key Management Service. The KMS key must have a key usage of sign and verify, and support the RSASSA-PSS SHA-256 signing algorithm.
sourcepub fn get_sign_key(&self) -> &Option<String>
pub fn get_sign_key(&self) -> &Option<String>
Asymmetric KMS key from Key Management Service. The KMS key must have a key usage of sign and verify, and support the RSASSA-PSS SHA-256 signing algorithm.
Trait Implementations§
source§impl Clone for IssuerBuilder
impl Clone for IssuerBuilder
source§fn clone(&self) -> IssuerBuilder
fn clone(&self) -> IssuerBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for IssuerBuilder
impl Debug for IssuerBuilder
source§impl Default for IssuerBuilder
impl Default for IssuerBuilder
source§fn default() -> IssuerBuilder
fn default() -> IssuerBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<IssuerBuilder> for IssuerBuilder
impl PartialEq<IssuerBuilder> for IssuerBuilder
source§fn eq(&self, other: &IssuerBuilder) -> bool
fn eq(&self, other: &IssuerBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for IssuerBuilder
Auto Trait Implementations§
impl RefUnwindSafe for IssuerBuilder
impl Send for IssuerBuilder
impl Sync for IssuerBuilder
impl Unpin for IssuerBuilder
impl UnwindSafe for IssuerBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more