Interface CustomLogSourceCrawlerConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CustomLogSourceCrawlerConfiguration.Builder,CustomLogSourceCrawlerConfiguration>, SdkBuilder<CustomLogSourceCrawlerConfiguration.Builder,CustomLogSourceCrawlerConfiguration>, SdkPojo
Enclosing class:
CustomLogSourceCrawlerConfiguration

public static interface CustomLogSourceCrawlerConfiguration.Builder extends SdkPojo, CopyableBuilder<CustomLogSourceCrawlerConfiguration.Builder,CustomLogSourceCrawlerConfiguration>
  • Method Details

    • roleArn

      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

      Parameters:
      roleArn - 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

      Returns:
      Returns a reference to this object so that method calls can be chained together.