pub struct Builder { /* private fields */ }
Expand description
A builder for PutDomainPermissionsPolicyOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn policy(self, input: ResourcePolicy) -> Self
pub fn policy(self, input: ResourcePolicy) -> Self
The resource policy that was set after processing the request.
sourcepub fn set_policy(self, input: Option<ResourcePolicy>) -> Self
pub fn set_policy(self, input: Option<ResourcePolicy>) -> Self
The resource policy that was set after processing the request.
sourcepub fn build(self) -> PutDomainPermissionsPolicyOutput
pub fn build(self) -> PutDomainPermissionsPolicyOutput
Consumes the builder and constructs a PutDomainPermissionsPolicyOutput
.