Struct aws_sdk_codeguruprofiler::operation::remove_permission::builders::RemovePermissionOutputBuilder
source · #[non_exhaustive]pub struct RemovePermissionOutputBuilder { /* private fields */ }
Expand description
A builder for RemovePermissionOutput
.
Implementations§
source§impl RemovePermissionOutputBuilder
impl RemovePermissionOutputBuilder
sourcepub fn policy(self, input: impl Into<String>) -> Self
pub fn policy(self, input: impl Into<String>) -> Self
The JSON-formatted resource-based policy on the profiling group after the specified permissions were removed.
sourcepub fn set_policy(self, input: Option<String>) -> Self
pub fn set_policy(self, input: Option<String>) -> Self
The JSON-formatted resource-based policy on the profiling group after the specified permissions were removed.
sourcepub fn revision_id(self, input: impl Into<String>) -> Self
pub fn revision_id(self, input: impl Into<String>) -> Self
A universally unique identifier (UUID) for the revision of the resource-based policy after the specified permissions were removed. The updated JSON-formatted policy is in the policy
element of the response.
sourcepub fn set_revision_id(self, input: Option<String>) -> Self
pub fn set_revision_id(self, input: Option<String>) -> Self
A universally unique identifier (UUID) for the revision of the resource-based policy after the specified permissions were removed. The updated JSON-formatted policy is in the policy
element of the response.
sourcepub fn build(self) -> RemovePermissionOutput
pub fn build(self) -> RemovePermissionOutput
Consumes the builder and constructs a RemovePermissionOutput
.
Trait Implementations§
source§impl Clone for RemovePermissionOutputBuilder
impl Clone for RemovePermissionOutputBuilder
source§fn clone(&self) -> RemovePermissionOutputBuilder
fn clone(&self) -> RemovePermissionOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for RemovePermissionOutputBuilder
impl Default for RemovePermissionOutputBuilder
source§fn default() -> RemovePermissionOutputBuilder
fn default() -> RemovePermissionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<RemovePermissionOutputBuilder> for RemovePermissionOutputBuilder
impl PartialEq<RemovePermissionOutputBuilder> for RemovePermissionOutputBuilder
source§fn eq(&self, other: &RemovePermissionOutputBuilder) -> bool
fn eq(&self, other: &RemovePermissionOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.