pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateAccessPolicyOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn access_policy_detail(self, input: AccessPolicyDetail) -> Self
pub fn access_policy_detail(self, input: AccessPolicyDetail) -> Self
Details about the updated access policy.
sourcepub fn set_access_policy_detail(self, input: Option<AccessPolicyDetail>) -> Self
pub fn set_access_policy_detail(self, input: Option<AccessPolicyDetail>) -> Self
Details about the updated access policy.
sourcepub fn build(self) -> UpdateAccessPolicyOutput
pub fn build(self) -> UpdateAccessPolicyOutput
Consumes the builder and constructs a UpdateAccessPolicyOutput
.