Struct aws_sdk_workdocs::operation::remove_all_resource_permissions::builders::RemoveAllResourcePermissionsInputBuilder
source · #[non_exhaustive]pub struct RemoveAllResourcePermissionsInputBuilder { /* private fields */ }
Expand description
A builder for RemoveAllResourcePermissionsInput
.
Implementations§
source§impl RemoveAllResourcePermissionsInputBuilder
impl RemoveAllResourcePermissionsInputBuilder
sourcepub fn authentication_token(self, input: impl Into<String>) -> Self
pub fn authentication_token(self, input: impl Into<String>) -> Self
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
sourcepub fn set_authentication_token(self, input: Option<String>) -> Self
pub fn set_authentication_token(self, input: Option<String>) -> Self
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
sourcepub fn resource_id(self, input: impl Into<String>) -> Self
pub fn resource_id(self, input: impl Into<String>) -> Self
The ID of the resource.
sourcepub fn set_resource_id(self, input: Option<String>) -> Self
pub fn set_resource_id(self, input: Option<String>) -> Self
The ID of the resource.
sourcepub fn build(self) -> Result<RemoveAllResourcePermissionsInput, BuildError>
pub fn build(self) -> Result<RemoveAllResourcePermissionsInput, BuildError>
Consumes the builder and constructs a RemoveAllResourcePermissionsInput
.
Trait Implementations§
source§impl Clone for RemoveAllResourcePermissionsInputBuilder
impl Clone for RemoveAllResourcePermissionsInputBuilder
source§fn clone(&self) -> RemoveAllResourcePermissionsInputBuilder
fn clone(&self) -> RemoveAllResourcePermissionsInputBuilder
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 RemoveAllResourcePermissionsInputBuilder
impl Default for RemoveAllResourcePermissionsInputBuilder
source§fn default() -> RemoveAllResourcePermissionsInputBuilder
fn default() -> RemoveAllResourcePermissionsInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<RemoveAllResourcePermissionsInputBuilder> for RemoveAllResourcePermissionsInputBuilder
impl PartialEq<RemoveAllResourcePermissionsInputBuilder> for RemoveAllResourcePermissionsInputBuilder
source§fn eq(&self, other: &RemoveAllResourcePermissionsInputBuilder) -> bool
fn eq(&self, other: &RemoveAllResourcePermissionsInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.