Uses of Interface
software.amazon.awssdk.services.glue.model.IntegrationPartition.Builder
-
Packages that use IntegrationPartition.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of IntegrationPartition.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return IntegrationPartition.Builder Modifier and Type Method Description static IntegrationPartition.BuilderIntegrationPartition. builder()IntegrationPartition.BuilderIntegrationPartition.Builder. fieldName(String fieldName)The field name used to partition data on the target.IntegrationPartition.BuilderIntegrationPartition.Builder. functionSpec(String functionSpec)Specifies a function used to partition data on the target.IntegrationPartition.BuilderIntegrationPartition. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type IntegrationPartition.Builder Modifier and Type Method Description static Class<? extends IntegrationPartition.Builder>IntegrationPartition. serializableBuilderClass()
-