Struct aws_sdk_appsync::model::authorization_config::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for AuthorizationConfig
.
Implementations§
source§impl Builder
impl Builder
The authorization type that the HTTP endpoint requires.
-
AWS_IAM: The authorization type is Signature Version 4 (SigV4).
The authorization type that the HTTP endpoint requires.
-
AWS_IAM: The authorization type is Signature Version 4 (SigV4).
sourcepub fn aws_iam_config(self, input: AwsIamConfig) -> Self
pub fn aws_iam_config(self, input: AwsIamConfig) -> Self
The Identity and Access Management (IAM) settings.
sourcepub fn set_aws_iam_config(self, input: Option<AwsIamConfig>) -> Self
pub fn set_aws_iam_config(self, input: Option<AwsIamConfig>) -> Self
The Identity and Access Management (IAM) settings.
sourcepub fn build(self) -> AuthorizationConfig
pub fn build(self) -> AuthorizationConfig
Consumes the builder and constructs a AuthorizationConfig
.