Uses of Interface
software.amazon.awssdk.services.glue.model.Location.Builder
-
Packages that use Location.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of Location.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return Location.Builder Modifier and Type Method Description static Location.BuilderLocation. builder()Location.BuilderLocation.Builder. dynamoDB(Collection<CodeGenNodeArg> dynamoDB)An Amazon DynamoDB table location.Location.BuilderLocation.Builder. dynamoDB(Consumer<CodeGenNodeArg.Builder>... dynamoDB)An Amazon DynamoDB table location.Location.BuilderLocation.Builder. dynamoDB(CodeGenNodeArg... dynamoDB)An Amazon DynamoDB table location.Location.BuilderLocation.Builder. jdbc(Collection<CodeGenNodeArg> jdbc)A JDBC location.Location.BuilderLocation.Builder. jdbc(Consumer<CodeGenNodeArg.Builder>... jdbc)A JDBC location.Location.BuilderLocation.Builder. jdbc(CodeGenNodeArg... jdbc)A JDBC location.Location.BuilderLocation.Builder. s3(Collection<CodeGenNodeArg> s3)An Amazon Simple Storage Service (Amazon S3) location.Location.BuilderLocation.Builder. s3(Consumer<CodeGenNodeArg.Builder>... s3)An Amazon Simple Storage Service (Amazon S3) location.Location.BuilderLocation.Builder. s3(CodeGenNodeArg... s3)An Amazon Simple Storage Service (Amazon S3) location.Location.BuilderLocation. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type Location.Builder Modifier and Type Method Description static Class<? extends Location.Builder>Location. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type Location.Builder Modifier and Type Method Description default GetMappingRequest.BuilderGetMappingRequest.Builder. location(Consumer<Location.Builder> location)Parameters for the mapping.default GetPlanRequest.BuilderGetPlanRequest.Builder. location(Consumer<Location.Builder> location)The parameters for the mapping.
-