pub struct Builder { /* private fields */ }
Expand description
A builder for AwsApiCallActionDomainDetails
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn domain(self, input: impl Into<String>) -> Self
pub fn domain(self, input: impl Into<String>) -> Self
The name of the DNS domain that issued the API call.
sourcepub fn set_domain(self, input: Option<String>) -> Self
pub fn set_domain(self, input: Option<String>) -> Self
The name of the DNS domain that issued the API call.
sourcepub fn build(self) -> AwsApiCallActionDomainDetails
pub fn build(self) -> AwsApiCallActionDomainDetails
Consumes the builder and constructs a AwsApiCallActionDomainDetails
.