Interface IdMappingTableSchemaTypeProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IdMappingTableSchemaTypeProperties.Builder,IdMappingTableSchemaTypeProperties>,SdkBuilder<IdMappingTableSchemaTypeProperties.Builder,IdMappingTableSchemaTypeProperties>,SdkPojo
- Enclosing class:
- IdMappingTableSchemaTypeProperties
public static interface IdMappingTableSchemaTypeProperties.Builder extends SdkPojo, CopyableBuilder<IdMappingTableSchemaTypeProperties.Builder,IdMappingTableSchemaTypeProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdMappingTableSchemaTypeProperties.BuilderidMappingTableInputSource(Collection<IdMappingTableInputSource> idMappingTableInputSource)Defines which ID namespace associations are used to create the ID mapping table.IdMappingTableSchemaTypeProperties.BuilderidMappingTableInputSource(Consumer<IdMappingTableInputSource.Builder>... idMappingTableInputSource)Defines which ID namespace associations are used to create the ID mapping table.IdMappingTableSchemaTypeProperties.BuilderidMappingTableInputSource(IdMappingTableInputSource... idMappingTableInputSource)Defines which ID namespace associations are used to create the ID mapping 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
idMappingTableInputSource
IdMappingTableSchemaTypeProperties.Builder idMappingTableInputSource(Collection<IdMappingTableInputSource> idMappingTableInputSource)
Defines which ID namespace associations are used to create the ID mapping table.
- Parameters:
idMappingTableInputSource- Defines which ID namespace associations are used to create the ID mapping table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
idMappingTableInputSource
IdMappingTableSchemaTypeProperties.Builder idMappingTableInputSource(IdMappingTableInputSource... idMappingTableInputSource)
Defines which ID namespace associations are used to create the ID mapping table.
- Parameters:
idMappingTableInputSource- Defines which ID namespace associations are used to create the ID mapping table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
idMappingTableInputSource
IdMappingTableSchemaTypeProperties.Builder idMappingTableInputSource(Consumer<IdMappingTableInputSource.Builder>... idMappingTableInputSource)
Defines which ID namespace associations are used to create the ID mapping table.
This is a convenience method that creates an instance of theIdMappingTableInputSource.Builderavoiding the need to create one manually viaIdMappingTableInputSource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#idMappingTableInputSource(List.) - Parameters:
idMappingTableInputSource- a consumer that will call methods onIdMappingTableInputSource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#idMappingTableInputSource(java.util.Collection)
-
-