Interface SchemaTypeProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SchemaTypeProperties.Builder,SchemaTypeProperties>,SdkBuilder<SchemaTypeProperties.Builder,SchemaTypeProperties>,SdkPojo
- Enclosing class:
- SchemaTypeProperties
public static interface SchemaTypeProperties.Builder extends SdkPojo, CopyableBuilder<SchemaTypeProperties.Builder,SchemaTypeProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default SchemaTypeProperties.BuilderidMappingTable(Consumer<IdMappingTableSchemaTypeProperties.Builder> idMappingTable)The ID mapping table for the schema type properties.SchemaTypeProperties.BuilderidMappingTable(IdMappingTableSchemaTypeProperties idMappingTable)The ID mapping table for the schema type properties.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
idMappingTable
SchemaTypeProperties.Builder idMappingTable(IdMappingTableSchemaTypeProperties idMappingTable)
The ID mapping table for the schema type properties.
- Parameters:
idMappingTable- The ID mapping table for the schema type properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
idMappingTable
default SchemaTypeProperties.Builder idMappingTable(Consumer<IdMappingTableSchemaTypeProperties.Builder> idMappingTable)
The ID mapping table for the schema type properties.
This is a convenience method that creates an instance of theIdMappingTableSchemaTypeProperties.Builderavoiding the need to create one manually viaIdMappingTableSchemaTypeProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toidMappingTable(IdMappingTableSchemaTypeProperties).- Parameters:
idMappingTable- a consumer that will call methods onIdMappingTableSchemaTypeProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
idMappingTable(IdMappingTableSchemaTypeProperties)
-
-