Struct aws_sdk_iot::model::http_authorization::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for HttpAuthorization
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn sigv4(self, input: SigV4Authorization) -> Self
pub fn sigv4(self, input: SigV4Authorization) -> Self
Use Sig V4 authorization. For more information, see Signature Version 4 Signing Process.
sourcepub fn set_sigv4(self, input: Option<SigV4Authorization>) -> Self
pub fn set_sigv4(self, input: Option<SigV4Authorization>) -> Self
Use Sig V4 authorization. For more information, see Signature Version 4 Signing Process.
sourcepub fn build(self) -> HttpAuthorization
pub fn build(self) -> HttpAuthorization
Consumes the builder and constructs a HttpAuthorization
.