Struct aws_sdk_sts::output::get_access_key_info_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetAccessKeyInfoOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn account(self, input: impl Into<String>) -> Self
pub fn account(self, input: impl Into<String>) -> Self
The number used to identify the Amazon Web Services account.
sourcepub fn set_account(self, input: Option<String>) -> Self
pub fn set_account(self, input: Option<String>) -> Self
The number used to identify the Amazon Web Services account.
sourcepub fn build(self) -> GetAccessKeyInfoOutput
pub fn build(self) -> GetAccessKeyInfoOutput
Consumes the builder and constructs a GetAccessKeyInfoOutput
.