Uses of Interface
software.amazon.awssdk.services.lakeformation.model.PartitionValueList.Builder
-
Packages that use PartitionValueList.Builder Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of PartitionValueList.Builder in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return PartitionValueList.Builder Modifier and Type Method Description static PartitionValueList.BuilderPartitionValueList. builder()PartitionValueList.BuilderPartitionValueList. toBuilder()PartitionValueList.BuilderPartitionValueList.Builder. values(String... values)The list of partition values.PartitionValueList.BuilderPartitionValueList.Builder. values(Collection<String> values)The list of partition values.Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type PartitionValueList.Builder Modifier and Type Method Description static Class<? extends PartitionValueList.Builder>PartitionValueList. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lakeformation.model with type arguments of type PartitionValueList.Builder Modifier and Type Method Description default GetTemporaryGluePartitionCredentialsRequest.BuilderGetTemporaryGluePartitionCredentialsRequest.Builder. partition(Consumer<PartitionValueList.Builder> partition)A list of partition values identifying a single partition.
-