public static interface GetUnfilteredPartitionMetadataResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetUnfilteredPartitionMetadataResponse.Builder,GetUnfilteredPartitionMetadataResponse>
| Modifier and Type | Method and Description |
|---|---|
GetUnfilteredPartitionMetadataResponse.Builder |
authorizedColumns(Collection<String> authorizedColumns)
A list of column names that the user has been granted access to.
|
GetUnfilteredPartitionMetadataResponse.Builder |
authorizedColumns(String... authorizedColumns)
A list of column names that the user has been granted access to.
|
GetUnfilteredPartitionMetadataResponse.Builder |
isRegisteredWithLakeFormation(Boolean isRegisteredWithLakeFormation)
A Boolean value that indicates whether the partition location is registered with Lake Formation.
|
default GetUnfilteredPartitionMetadataResponse.Builder |
partition(Consumer<Partition.Builder> partition)
A Partition object containing the partition metadata.
|
GetUnfilteredPartitionMetadataResponse.Builder |
partition(Partition partition)
A Partition object containing the partition metadata.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetUnfilteredPartitionMetadataResponse.Builder partition(Partition partition)
A Partition object containing the partition metadata.
partition - A Partition object containing the partition metadata.default GetUnfilteredPartitionMetadataResponse.Builder partition(Consumer<Partition.Builder> partition)
A Partition object containing the partition metadata.
This is a convenience method that creates an instance of thePartition.Builder avoiding the need to
create one manually via Partition.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to partition(Partition).
partition - a consumer that will call methods on Partition.Builderpartition(Partition)GetUnfilteredPartitionMetadataResponse.Builder authorizedColumns(Collection<String> authorizedColumns)
A list of column names that the user has been granted access to.
authorizedColumns - A list of column names that the user has been granted access to.GetUnfilteredPartitionMetadataResponse.Builder authorizedColumns(String... authorizedColumns)
A list of column names that the user has been granted access to.
authorizedColumns - A list of column names that the user has been granted access to.GetUnfilteredPartitionMetadataResponse.Builder isRegisteredWithLakeFormation(Boolean isRegisteredWithLakeFormation)
A Boolean value that indicates whether the partition location is registered with Lake Formation.
isRegisteredWithLakeFormation - A Boolean value that indicates whether the partition location is registered with Lake Formation.Copyright © 2023. All rights reserved.