Struct aws_sdk_entityresolution::types::builders::ProviderIntermediateDataAccessConfigurationBuilder
source · #[non_exhaustive]pub struct ProviderIntermediateDataAccessConfigurationBuilder { /* private fields */ }
Expand description
A builder for ProviderIntermediateDataAccessConfiguration
.
Implementations§
source§impl ProviderIntermediateDataAccessConfigurationBuilder
impl ProviderIntermediateDataAccessConfigurationBuilder
sourcepub fn aws_account_ids(self, input: impl Into<String>) -> Self
pub fn aws_account_ids(self, input: impl Into<String>) -> Self
Appends an item to aws_account_ids
.
To override the contents of this collection use set_aws_account_ids
.
The Amazon Web Services account that provider can use to read or write data into the customer's intermediate S3 bucket.
sourcepub fn set_aws_account_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_aws_account_ids(self, input: Option<Vec<String>>) -> Self
The Amazon Web Services account that provider can use to read or write data into the customer's intermediate S3 bucket.
sourcepub fn get_aws_account_ids(&self) -> &Option<Vec<String>>
pub fn get_aws_account_ids(&self) -> &Option<Vec<String>>
The Amazon Web Services account that provider can use to read or write data into the customer's intermediate S3 bucket.
sourcepub fn required_bucket_actions(self, input: impl Into<String>) -> Self
pub fn required_bucket_actions(self, input: impl Into<String>) -> Self
Appends an item to required_bucket_actions
.
To override the contents of this collection use set_required_bucket_actions
.
The S3 bucket actions that the provider requires permission for.
sourcepub fn set_required_bucket_actions(self, input: Option<Vec<String>>) -> Self
pub fn set_required_bucket_actions(self, input: Option<Vec<String>>) -> Self
The S3 bucket actions that the provider requires permission for.
sourcepub fn get_required_bucket_actions(&self) -> &Option<Vec<String>>
pub fn get_required_bucket_actions(&self) -> &Option<Vec<String>>
The S3 bucket actions that the provider requires permission for.
sourcepub fn build(self) -> ProviderIntermediateDataAccessConfiguration
pub fn build(self) -> ProviderIntermediateDataAccessConfiguration
Consumes the builder and constructs a ProviderIntermediateDataAccessConfiguration
.
Trait Implementations§
source§impl Clone for ProviderIntermediateDataAccessConfigurationBuilder
impl Clone for ProviderIntermediateDataAccessConfigurationBuilder
source§fn clone(&self) -> ProviderIntermediateDataAccessConfigurationBuilder
fn clone(&self) -> ProviderIntermediateDataAccessConfigurationBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ProviderIntermediateDataAccessConfigurationBuilder
impl Default for ProviderIntermediateDataAccessConfigurationBuilder
source§fn default() -> ProviderIntermediateDataAccessConfigurationBuilder
fn default() -> ProviderIntermediateDataAccessConfigurationBuilder
source§impl PartialEq for ProviderIntermediateDataAccessConfigurationBuilder
impl PartialEq for ProviderIntermediateDataAccessConfigurationBuilder
source§fn eq(&self, other: &ProviderIntermediateDataAccessConfigurationBuilder) -> bool
fn eq(&self, other: &ProviderIntermediateDataAccessConfigurationBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.