Uses of Interface
software.amazon.awssdk.services.lakeformation.model.DataLocationResource.Builder
-
Packages that use DataLocationResource.Builder Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of DataLocationResource.Builder in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return DataLocationResource.Builder Modifier and Type Method Description static DataLocationResource.BuilderDataLocationResource. builder()DataLocationResource.BuilderDataLocationResource.Builder. catalogId(String catalogId)The identifier for the Data Catalog where the location is registered with Lake Formation.DataLocationResource.BuilderDataLocationResource.Builder. resourceArn(String resourceArn)The Amazon Resource Name (ARN) that uniquely identifies the data location resource.DataLocationResource.BuilderDataLocationResource. toBuilder()Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type DataLocationResource.Builder Modifier and Type Method Description static Class<? extends DataLocationResource.Builder>DataLocationResource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lakeformation.model with type arguments of type DataLocationResource.Builder Modifier and Type Method Description default Resource.BuilderResource.Builder. dataLocation(Consumer<DataLocationResource.Builder> dataLocation)The location of an Amazon S3 path where permissions are granted or revoked.
-