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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdNamespaceIdMappingWorkflowMetadata.BuilderidMappingType(String idMappingType)The type of ID mapping.IdNamespaceIdMappingWorkflowMetadata.BuilderidMappingType(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 Detail
-
idMappingType
IdNamespaceIdMappingWorkflowMetadata.Builder idMappingType(String 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,IdMappingType
-
idMappingType
IdNamespaceIdMappingWorkflowMetadata.Builder idMappingType(IdMappingType 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,IdMappingType
-
-