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