Interface LakeFormationConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LakeFormationConfiguration.Builder,
,LakeFormationConfiguration> SdkBuilder<LakeFormationConfiguration.Builder,
,LakeFormationConfiguration> SdkPojo
- Enclosing class:
LakeFormationConfiguration
@Mutable
@NotThreadSafe
public static interface LakeFormationConfiguration.Builder
extends SdkPojo, CopyableBuilder<LakeFormationConfiguration.Builder,LakeFormationConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionlocationRegistrationExcludeS3Locations
(String... locationRegistrationExcludeS3Locations) Specifies certain Amazon S3 locations if you do not want Amazon DataZone to automatically register them in hybrid mode.locationRegistrationExcludeS3Locations
(Collection<String> locationRegistrationExcludeS3Locations) Specifies certain Amazon S3 locations if you do not want Amazon DataZone to automatically register them in hybrid mode.locationRegistrationRole
(String locationRegistrationRole) The role that is used to manage read/write access to the chosen Amazon S3 bucket(s) for Data Lake using Amazon Web Services 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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
The role that is used to manage read/write access to the chosen Amazon S3 bucket(s) for Data Lake using Amazon Web Services 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 Amazon Web Services Lake Formation hybrid access mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-