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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomLogSourceCrawlerConfiguration.BuilderroleArn(String roleArn)The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be used by the Glue crawler.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
roleArn
CustomLogSourceCrawlerConfiguration.Builder roleArn(String 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.
-
-
-