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)
Sets the value of the AuthorizedColumns property for this object.
|
GetUnfilteredPartitionMetadataResponse.Builder |
authorizedColumns(String... authorizedColumns)
Sets the value of the AuthorizedColumns property for this object.
|
GetUnfilteredPartitionMetadataResponse.Builder |
isRegisteredWithLakeFormation(Boolean isRegisteredWithLakeFormation)
Sets the value of the IsRegisteredWithLakeFormation property for this object.
|
default GetUnfilteredPartitionMetadataResponse.Builder |
partition(Consumer<Partition.Builder> partition)
Sets the value of the Partition property for this object.
|
GetUnfilteredPartitionMetadataResponse.Builder |
partition(Partition partition)
Sets the value of the Partition property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetUnfilteredPartitionMetadataResponse.Builder partition(Partition partition)
partition - The new value for the Partition property for this object.default GetUnfilteredPartitionMetadataResponse.Builder partition(Consumer<Partition.Builder> partition)
Partition.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)
authorizedColumns - The new value for the AuthorizedColumns property for this object.GetUnfilteredPartitionMetadataResponse.Builder authorizedColumns(String... authorizedColumns)
authorizedColumns - The new value for the AuthorizedColumns property for this object.GetUnfilteredPartitionMetadataResponse.Builder isRegisteredWithLakeFormation(Boolean isRegisteredWithLakeFormation)
isRegisteredWithLakeFormation - The new value for the IsRegisteredWithLakeFormation property for this object.Copyright © 2022. All rights reserved.