Struct aws_sdk_sso::input::logout_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for LogoutInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn access_token(self, input: impl Into<String>) -> Self
pub fn access_token(self, input: impl Into<String>) -> Self
The token issued by the CreateToken
API call. For more information, see CreateToken in the IAM Identity Center OIDC API Reference Guide.
sourcepub fn set_access_token(self, input: Option<String>) -> Self
pub fn set_access_token(self, input: Option<String>) -> Self
The token issued by the CreateToken
API call. For more information, see CreateToken in the IAM Identity Center OIDC API Reference Guide.
sourcepub fn build(self) -> Result<LogoutInput, BuildError>
pub fn build(self) -> Result<LogoutInput, BuildError>
Consumes the builder and constructs a LogoutInput
.