Interface IdNamespaceIdMappingWorkflowMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IdNamespaceIdMappingWorkflowMetadata.Builder,
,IdNamespaceIdMappingWorkflowMetadata> SdkBuilder<IdNamespaceIdMappingWorkflowMetadata.Builder,
,IdNamespaceIdMappingWorkflowMetadata> SdkPojo
- Enclosing class:
IdNamespaceIdMappingWorkflowMetadata
public static interface IdNamespaceIdMappingWorkflowMetadata.Builder
extends SdkPojo, CopyableBuilder<IdNamespaceIdMappingWorkflowMetadata.Builder,IdNamespaceIdMappingWorkflowMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionidMappingType
(String idMappingType) The type of ID mapping.idMappingType
(IdMappingType idMappingType) The type of ID mapping.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, sdkFields
-
Method Details
-
idMappingType
The type of ID mapping.
- Parameters:
idMappingType
- The type of ID mapping.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
idMappingType
The type of ID mapping.
- Parameters:
idMappingType
- The type of ID mapping.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-