Interface OpenTableFormatInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OpenTableFormatInput.Builder,
,OpenTableFormatInput> SdkBuilder<OpenTableFormatInput.Builder,
,OpenTableFormatInput> SdkPojo
- Enclosing class:
OpenTableFormatInput
public static interface OpenTableFormatInput.Builder
extends SdkPojo, CopyableBuilder<OpenTableFormatInput.Builder,OpenTableFormatInput>
-
Method Summary
Modifier and TypeMethodDescriptiondefault OpenTableFormatInput.Builder
icebergInput
(Consumer<IcebergInput.Builder> icebergInput) Specifies anIcebergInput
structure that defines an Apache Iceberg metadata table.icebergInput
(IcebergInput icebergInput) Specifies anIcebergInput
structure that defines an Apache Iceberg metadata table.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
icebergInput
Specifies an
IcebergInput
structure that defines an Apache Iceberg metadata table.- Parameters:
icebergInput
- Specifies anIcebergInput
structure that defines an Apache Iceberg metadata table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
icebergInput
Specifies an
This is a convenience method that creates an instance of theIcebergInput
structure that defines an Apache Iceberg metadata table.IcebergInput.Builder
avoiding the need to create one manually viaIcebergInput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toicebergInput(IcebergInput)
.- Parameters:
icebergInput
- a consumer that will call methods onIcebergInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-