#[non_exhaustive]pub struct CustomLogSourceCrawlerConfigurationBuilder { /* private fields */ }Expand description
A builder for CustomLogSourceCrawlerConfiguration.
Implementations§
source§impl CustomLogSourceCrawlerConfigurationBuilder
impl CustomLogSourceCrawlerConfigurationBuilder
sourcepub fn role_arn(self, input: impl Into<String>) -> Self
pub fn role_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be used by the Glue crawler. The recommended IAM policies are:
-
The managed policy
AWSGlueServiceRole -
A custom policy granting access to your Amazon S3 Data Lake
sourcepub fn set_role_arn(self, input: Option<String>) -> Self
pub fn set_role_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be used by the Glue crawler. The recommended IAM policies are:
-
The managed policy
AWSGlueServiceRole -
A custom policy granting access to your Amazon S3 Data Lake
sourcepub fn get_role_arn(&self) -> &Option<String>
pub fn get_role_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be used by the Glue crawler. The recommended IAM policies are:
-
The managed policy
AWSGlueServiceRole -
A custom policy granting access to your Amazon S3 Data Lake
sourcepub fn build(self) -> CustomLogSourceCrawlerConfiguration
pub fn build(self) -> CustomLogSourceCrawlerConfiguration
Consumes the builder and constructs a CustomLogSourceCrawlerConfiguration.
Trait Implementations§
source§impl Clone for CustomLogSourceCrawlerConfigurationBuilder
impl Clone for CustomLogSourceCrawlerConfigurationBuilder
source§fn clone(&self) -> CustomLogSourceCrawlerConfigurationBuilder
fn clone(&self) -> CustomLogSourceCrawlerConfigurationBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for CustomLogSourceCrawlerConfigurationBuilder
impl Default for CustomLogSourceCrawlerConfigurationBuilder
source§fn default() -> CustomLogSourceCrawlerConfigurationBuilder
fn default() -> CustomLogSourceCrawlerConfigurationBuilder
source§impl PartialEq<CustomLogSourceCrawlerConfigurationBuilder> for CustomLogSourceCrawlerConfigurationBuilder
impl PartialEq<CustomLogSourceCrawlerConfigurationBuilder> for CustomLogSourceCrawlerConfigurationBuilder
source§fn eq(&self, other: &CustomLogSourceCrawlerConfigurationBuilder) -> bool
fn eq(&self, other: &CustomLogSourceCrawlerConfigurationBuilder) -> bool
self and other values to be equal, and is used
by ==.