Interface IdMappingTableInputSource.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IdMappingTableInputSource.Builder,IdMappingTableInputSource>,SdkBuilder<IdMappingTableInputSource.Builder,IdMappingTableInputSource>,SdkPojo
- Enclosing class:
- IdMappingTableInputSource
public static interface IdMappingTableInputSource.Builder extends SdkPojo, CopyableBuilder<IdMappingTableInputSource.Builder,IdMappingTableInputSource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdMappingTableInputSource.BuilderidNamespaceAssociationId(String idNamespaceAssociationId)The unique identifier of the ID namespace association.IdMappingTableInputSource.Buildertype(String type)The type of the input source of the ID mapping table.IdMappingTableInputSource.Buildertype(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 Detail
-
idNamespaceAssociationId
IdMappingTableInputSource.Builder idNamespaceAssociationId(String 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
IdMappingTableInputSource.Builder type(String 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:
IdNamespaceType,IdNamespaceType
-
type
IdMappingTableInputSource.Builder type(IdNamespaceType 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:
IdNamespaceType,IdNamespaceType
-
-