Interface LakeFormationConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LakeFormationConfiguration.Builder,LakeFormationConfiguration>,SdkBuilder<LakeFormationConfiguration.Builder,LakeFormationConfiguration>,SdkPojo
- Enclosing class:
- LakeFormationConfiguration
public static interface LakeFormationConfiguration.Builder extends SdkPojo, CopyableBuilder<LakeFormationConfiguration.Builder,LakeFormationConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LakeFormationConfiguration.BuilderaccountId(String accountId)Required for cross account crawls.LakeFormationConfiguration.BuilderuseLakeFormationCredentials(Boolean useLakeFormationCredentials)Specifies whether to use Lake Formation credentials for the crawler instead of the IAM role credentials.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
useLakeFormationCredentials
LakeFormationConfiguration.Builder useLakeFormationCredentials(Boolean useLakeFormationCredentials)
Specifies whether to use Lake Formation credentials for the crawler instead of the IAM role credentials.
- Parameters:
useLakeFormationCredentials- Specifies whether to use Lake Formation credentials for the crawler instead of the IAM role credentials.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountId
LakeFormationConfiguration.Builder accountId(String accountId)
Required for cross account crawls. For same account crawls as the target data, this can be left as null.
- Parameters:
accountId- Required for cross account crawls. For same account crawls as the target data, this can be left as null.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-