Struct aws_sdk_appsync::output::create_api_key_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CreateApiKeyOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_api_key(self, input: Option<ApiKey>) -> Self
pub fn set_api_key(self, input: Option<ApiKey>) -> Self
The API key.
sourcepub fn build(self) -> CreateApiKeyOutput
pub fn build(self) -> CreateApiKeyOutput
Consumes the builder and constructs a CreateApiKeyOutput
.