pub struct SigV4AuthenticatorResponseBuilder { /* private fields */ }
Expand description
Builder for SigV4AuthenticatorResponse
.
Implementations§
source§impl SigV4AuthenticatorResponseBuilder
impl SigV4AuthenticatorResponseBuilder
sourcepub fn principal<VALUE: Into<Principal>>(&mut self, value: VALUE) -> &mut Self
pub fn principal<VALUE: Into<Principal>>(&mut self, value: VALUE) -> &mut Self
The principal actors of the request.
sourcepub fn session_data<VALUE: Into<SessionData>>(
&mut self,
value: VALUE
) -> &mut Self
pub fn session_data<VALUE: Into<SessionData>>(
&mut self,
value: VALUE
) -> &mut Self
The session data associated with the principal.
sourcepub fn build(
&self
) -> Result<SigV4AuthenticatorResponse, SigV4AuthenticatorResponseBuilderError>
pub fn build(
&self
) -> Result<SigV4AuthenticatorResponse, SigV4AuthenticatorResponseBuilderError>
Trait Implementations§
source§impl Clone for SigV4AuthenticatorResponseBuilder
impl Clone for SigV4AuthenticatorResponseBuilder
source§fn clone(&self) -> SigV4AuthenticatorResponseBuilder
fn clone(&self) -> SigV4AuthenticatorResponseBuilder
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 more