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 Details

    • 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

      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.