Interface IdMappingTableInputReferenceProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IdMappingTableInputReferenceProperties.Builder,IdMappingTableInputReferenceProperties>,SdkBuilder<IdMappingTableInputReferenceProperties.Builder,IdMappingTableInputReferenceProperties>,SdkPojo
- Enclosing class:
- IdMappingTableInputReferenceProperties
public static interface IdMappingTableInputReferenceProperties.Builder extends SdkPojo, CopyableBuilder<IdMappingTableInputReferenceProperties.Builder,IdMappingTableInputReferenceProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdMappingTableInputReferenceProperties.BuilderidMappingTableInputSource(Collection<IdMappingTableInputSource> idMappingTableInputSource)The input source of the ID mapping table.IdMappingTableInputReferenceProperties.BuilderidMappingTableInputSource(Consumer<IdMappingTableInputSource.Builder>... idMappingTableInputSource)The input source of the ID mapping table.IdMappingTableInputReferenceProperties.BuilderidMappingTableInputSource(IdMappingTableInputSource... idMappingTableInputSource)The input source of 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
IdMappingTableInputReferenceProperties.Builder idMappingTableInputSource(Collection<IdMappingTableInputSource> idMappingTableInputSource)
The input source of the ID mapping table.
- Parameters:
idMappingTableInputSource- The input source of the ID mapping table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
idMappingTableInputSource
IdMappingTableInputReferenceProperties.Builder idMappingTableInputSource(IdMappingTableInputSource... idMappingTableInputSource)
The input source of the ID mapping table.
- Parameters:
idMappingTableInputSource- The input source of the ID mapping table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
idMappingTableInputSource
IdMappingTableInputReferenceProperties.Builder idMappingTableInputSource(Consumer<IdMappingTableInputSource.Builder>... idMappingTableInputSource)
The input source of 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)
-
-