Interface IdMappingTableInputReferenceProperties.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IdMappingTableInputReferenceProperties.Builder,
,IdMappingTableInputReferenceProperties> SdkBuilder<IdMappingTableInputReferenceProperties.Builder,
,IdMappingTableInputReferenceProperties> SdkPojo
- Enclosing class:
IdMappingTableInputReferenceProperties
@Mutable
@NotThreadSafe
public static interface IdMappingTableInputReferenceProperties.Builder
extends SdkPojo, CopyableBuilder<IdMappingTableInputReferenceProperties.Builder,IdMappingTableInputReferenceProperties>
-
Method Summary
Modifier and TypeMethodDescriptionidMappingTableInputSource
(Collection<IdMappingTableInputSource> idMappingTableInputSource) The input source of the ID mapping table.idMappingTableInputSource
(Consumer<IdMappingTableInputSource.Builder>... idMappingTableInputSource) The input source of the ID mapping table.idMappingTableInputSource
(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 Details
-
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.Builder
avoiding the need to create one manually viaIdMappingTableInputSource.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toidMappingTableInputSource(List<IdMappingTableInputSource>)
.- 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:
-