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