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