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.BuilderlocationRegistrationExcludeS3Locations(String... locationRegistrationExcludeS3Locations)Specifies certain Amazon S3 locations if you do not want Amazon DataZone to automatically register them in hybrid mode.LakeFormationConfiguration.BuilderlocationRegistrationExcludeS3Locations(Collection<String> locationRegistrationExcludeS3Locations)Specifies certain Amazon S3 locations if you do not want Amazon DataZone to automatically register them in hybrid mode.LakeFormationConfiguration.BuilderlocationRegistrationRole(String locationRegistrationRole)The role that is used to manage read/write access to the chosen Amazon S3 bucket(s) for Data Lake using AWS Lake Formation hybrid access mode.-
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
-
locationRegistrationExcludeS3Locations
LakeFormationConfiguration.Builder locationRegistrationExcludeS3Locations(Collection<String> locationRegistrationExcludeS3Locations)
Specifies certain Amazon S3 locations if you do not want Amazon DataZone to automatically register them in hybrid mode.
- Parameters:
locationRegistrationExcludeS3Locations- Specifies certain Amazon S3 locations if you do not want Amazon DataZone to automatically register them in hybrid mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
locationRegistrationExcludeS3Locations
LakeFormationConfiguration.Builder locationRegistrationExcludeS3Locations(String... locationRegistrationExcludeS3Locations)
Specifies certain Amazon S3 locations if you do not want Amazon DataZone to automatically register them in hybrid mode.
- Parameters:
locationRegistrationExcludeS3Locations- Specifies certain Amazon S3 locations if you do not want Amazon DataZone to automatically register them in hybrid mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
locationRegistrationRole
LakeFormationConfiguration.Builder locationRegistrationRole(String locationRegistrationRole)
The role that is used to manage read/write access to the chosen Amazon S3 bucket(s) for Data Lake using AWS Lake Formation hybrid access mode.
- Parameters:
locationRegistrationRole- The role that is used to manage read/write access to the chosen Amazon S3 bucket(s) for Data Lake using AWS Lake Formation hybrid access mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-