Struct aws_sdk_workdocs::input::get_resources_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetResourcesInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn authentication_token(self, input: impl Into<String>) -> Self
pub fn authentication_token(self, input: impl Into<String>) -> Self
The Amazon WorkDocs authentication token. Not required when using AWS 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
The Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
sourcepub fn user_id(self, input: impl Into<String>) -> Self
pub fn user_id(self, input: impl Into<String>) -> Self
The user ID for the resource collection. This is a required field for accessing the API operation using IAM credentials.
sourcepub fn set_user_id(self, input: Option<String>) -> Self
pub fn set_user_id(self, input: Option<String>) -> Self
The user ID for the resource collection. This is a required field for accessing the API operation using IAM credentials.
sourcepub fn collection_type(self, input: ResourceCollectionType) -> Self
pub fn collection_type(self, input: ResourceCollectionType) -> Self
The collection type.
sourcepub fn set_collection_type(self, input: Option<ResourceCollectionType>) -> Self
pub fn set_collection_type(self, input: Option<ResourceCollectionType>) -> Self
The collection type.
sourcepub fn marker(self, input: impl Into<String>) -> Self
pub fn marker(self, input: impl Into<String>) -> Self
The marker for the next set of results. This marker was received from a previous call.
sourcepub fn set_marker(self, input: Option<String>) -> Self
pub fn set_marker(self, input: Option<String>) -> Self
The marker for the next set of results. This marker was received from a previous call.
sourcepub fn build(self) -> Result<GetResourcesInput, BuildError>
pub fn build(self) -> Result<GetResourcesInput, BuildError>
Consumes the builder and constructs a GetResourcesInput
.