Interface IdNamespaceAssociationInputReferenceProperties.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IdNamespaceAssociationInputReferenceProperties.Builder,
,IdNamespaceAssociationInputReferenceProperties> SdkBuilder<IdNamespaceAssociationInputReferenceProperties.Builder,
,IdNamespaceAssociationInputReferenceProperties> SdkPojo
- Enclosing class:
IdNamespaceAssociationInputReferenceProperties
@Mutable
@NotThreadSafe
public static interface IdNamespaceAssociationInputReferenceProperties.Builder
extends SdkPojo, CopyableBuilder<IdNamespaceAssociationInputReferenceProperties.Builder,IdNamespaceAssociationInputReferenceProperties>
-
Method Summary
Modifier and TypeMethodDescriptionidMappingWorkflowsSupported
(Collection<Document> idMappingWorkflowsSupported) Defines how ID mapping workflows are supported for this ID namespace association.idMappingWorkflowsSupported
(Document... idMappingWorkflowsSupported) Defines how ID mapping workflows are supported for this ID namespace association.idNamespaceType
(String idNamespaceType) The ID namespace type for this ID namespace association.idNamespaceType
(IdNamespaceType idNamespaceType) The ID namespace type for this ID namespace association.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
-
idNamespaceType
The ID namespace type for this ID namespace association.
- Parameters:
idNamespaceType
- The ID namespace type for this ID namespace association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
idNamespaceType
IdNamespaceAssociationInputReferenceProperties.Builder idNamespaceType(IdNamespaceType idNamespaceType) The ID namespace type for this ID namespace association.
- Parameters:
idNamespaceType
- The ID namespace type for this ID namespace association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
idMappingWorkflowsSupported
IdNamespaceAssociationInputReferenceProperties.Builder idMappingWorkflowsSupported(Collection<Document> idMappingWorkflowsSupported) Defines how ID mapping workflows are supported for this ID namespace association.
- Parameters:
idMappingWorkflowsSupported
- Defines how ID mapping workflows are supported for this ID namespace association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
idMappingWorkflowsSupported
IdNamespaceAssociationInputReferenceProperties.Builder idMappingWorkflowsSupported(Document... idMappingWorkflowsSupported) Defines how ID mapping workflows are supported for this ID namespace association.
- Parameters:
idMappingWorkflowsSupported
- Defines how ID mapping workflows are supported for this ID namespace association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-