Interface IdMappingTableInputSource.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IdMappingTableInputSource.Builder,
,IdMappingTableInputSource> SdkBuilder<IdMappingTableInputSource.Builder,
,IdMappingTableInputSource> SdkPojo
- Enclosing class:
IdMappingTableInputSource
@Mutable
@NotThreadSafe
public static interface IdMappingTableInputSource.Builder
extends SdkPojo, CopyableBuilder<IdMappingTableInputSource.Builder,IdMappingTableInputSource>
-
Method Summary
Modifier and TypeMethodDescriptionidNamespaceAssociationId
(String idNamespaceAssociationId) The unique identifier of the ID namespace association.The type of the input source of the ID mapping table.type
(IdNamespaceType type) The type of 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
-
idNamespaceAssociationId
The unique identifier of the ID namespace association.
- Parameters:
idNamespaceAssociationId
- The unique identifier of the ID namespace association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the input source of the ID mapping table.
- Parameters:
type
- The type of the input source of the ID mapping table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the input source of the ID mapping table.
- Parameters:
type
- The type of the input source of the ID mapping table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-