Interface IdNamespaceAssociationInputReferenceProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IdNamespaceAssociationInputReferenceProperties.Builder,IdNamespaceAssociationInputReferenceProperties>,SdkBuilder<IdNamespaceAssociationInputReferenceProperties.Builder,IdNamespaceAssociationInputReferenceProperties>,SdkPojo
- Enclosing class:
- IdNamespaceAssociationInputReferenceProperties
public static interface IdNamespaceAssociationInputReferenceProperties.Builder extends SdkPojo, CopyableBuilder<IdNamespaceAssociationInputReferenceProperties.Builder,IdNamespaceAssociationInputReferenceProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdNamespaceAssociationInputReferenceProperties.BuilderidMappingWorkflowsSupported(Collection<Document> idMappingWorkflowsSupported)Defines how ID mapping workflows are supported for this ID namespace association.IdNamespaceAssociationInputReferenceProperties.BuilderidMappingWorkflowsSupported(Document... idMappingWorkflowsSupported)Defines how ID mapping workflows are supported for this ID namespace association.IdNamespaceAssociationInputReferenceProperties.BuilderidNamespaceType(String idNamespaceType)The ID namespace type for this ID namespace association.IdNamespaceAssociationInputReferenceProperties.BuilderidNamespaceType(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 Detail
-
idNamespaceType
IdNamespaceAssociationInputReferenceProperties.Builder idNamespaceType(String 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,IdNamespaceType
-
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:
IdNamespaceType,IdNamespaceType
-
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.
-
-