Struct aws_sdk_sts::input::get_access_key_info_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetAccessKeyInfoInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn access_key_id(self, input: impl Into<String>) -> Self
pub fn access_key_id(self, input: impl Into<String>) -> Self
The identifier of an access key.
This parameter allows (through its regex pattern) a string of characters that can consist of any upper- or lowercase letter or digit.
sourcepub fn set_access_key_id(self, input: Option<String>) -> Self
pub fn set_access_key_id(self, input: Option<String>) -> Self
The identifier of an access key.
This parameter allows (through its regex pattern) a string of characters that can consist of any upper- or lowercase letter or digit.
sourcepub fn build(self) -> Result<GetAccessKeyInfoInput, BuildError>
pub fn build(self) -> Result<GetAccessKeyInfoInput, BuildError>
Consumes the builder and constructs a GetAccessKeyInfoInput
.