public static interface OpenTableFormatInput.Builder extends SdkPojo, CopyableBuilder<OpenTableFormatInput.Builder,OpenTableFormatInput>
| Modifier and Type | Method and Description |
|---|---|
default OpenTableFormatInput.Builder |
icebergInput(Consumer<IcebergInput.Builder> icebergInput)
Specifies an
IcebergInput structure that defines an Apache Iceberg metadata table. |
OpenTableFormatInput.Builder |
icebergInput(IcebergInput icebergInput)
Specifies an
IcebergInput structure that defines an Apache Iceberg metadata table. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOpenTableFormatInput.Builder icebergInput(IcebergInput icebergInput)
Specifies an IcebergInput structure that defines an Apache Iceberg metadata table.
icebergInput - Specifies an IcebergInput structure that defines an Apache Iceberg metadata table.default OpenTableFormatInput.Builder icebergInput(Consumer<IcebergInput.Builder> icebergInput)
Specifies an IcebergInput structure that defines an Apache Iceberg metadata table.
IcebergInput.Builder avoiding the need
to create one manually via IcebergInput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to icebergInput(IcebergInput).
icebergInput - a consumer that will call methods on IcebergInput.BuildericebergInput(IcebergInput)Copyright © 2023. All rights reserved.