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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default OpenTableFormatInput.BuildericebergInput(Consumer<IcebergInput.Builder> icebergInput)Specifies anIcebergInputstructure that defines an Apache Iceberg metadata table.OpenTableFormatInput.BuildericebergInput(IcebergInput icebergInput)Specifies anIcebergInputstructure 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 Detail
-
icebergInput
OpenTableFormatInput.Builder icebergInput(IcebergInput icebergInput)
Specifies an
IcebergInputstructure that defines an Apache Iceberg metadata table.- Parameters:
icebergInput- Specifies anIcebergInputstructure that defines an Apache Iceberg metadata table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
icebergInput
default OpenTableFormatInput.Builder icebergInput(Consumer<IcebergInput.Builder> icebergInput)
Specifies an
This is a convenience method that creates an instance of theIcebergInputstructure that defines an Apache Iceberg metadata table.IcebergInput.Builderavoiding the need to create one manually viaIcebergInput.builder().When the
Consumercompletes,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:
icebergInput(IcebergInput)
-
-