Uses of Interface
software.amazon.awssdk.services.cleanrooms.model.IdNamespaceAssociationInputReferenceProperties.Builder
-
Packages that use IdNamespaceAssociationInputReferenceProperties.Builder Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of IdNamespaceAssociationInputReferenceProperties.Builder in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return IdNamespaceAssociationInputReferenceProperties.Builder Modifier and Type Method Description static IdNamespaceAssociationInputReferenceProperties.BuilderIdNamespaceAssociationInputReferenceProperties. builder()IdNamespaceAssociationInputReferenceProperties.BuilderIdNamespaceAssociationInputReferenceProperties.Builder. idMappingWorkflowsSupported(Collection<Document> idMappingWorkflowsSupported)Defines how ID mapping workflows are supported for this ID namespace association.IdNamespaceAssociationInputReferenceProperties.BuilderIdNamespaceAssociationInputReferenceProperties.Builder. idMappingWorkflowsSupported(Document... idMappingWorkflowsSupported)Defines how ID mapping workflows are supported for this ID namespace association.IdNamespaceAssociationInputReferenceProperties.BuilderIdNamespaceAssociationInputReferenceProperties.Builder. idNamespaceType(String idNamespaceType)The ID namespace type for this ID namespace association.IdNamespaceAssociationInputReferenceProperties.BuilderIdNamespaceAssociationInputReferenceProperties.Builder. idNamespaceType(IdNamespaceType idNamespaceType)The ID namespace type for this ID namespace association.IdNamespaceAssociationInputReferenceProperties.BuilderIdNamespaceAssociationInputReferenceProperties. toBuilder()Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type IdNamespaceAssociationInputReferenceProperties.Builder Modifier and Type Method Description static Class<? extends IdNamespaceAssociationInputReferenceProperties.Builder>IdNamespaceAssociationInputReferenceProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cleanrooms.model with type arguments of type IdNamespaceAssociationInputReferenceProperties.Builder Modifier and Type Method Description default CollaborationIdNamespaceAssociation.BuilderCollaborationIdNamespaceAssociation.Builder. inputReferenceProperties(Consumer<IdNamespaceAssociationInputReferenceProperties.Builder> inputReferenceProperties)The input reference properties that are needed to create the collaboration ID namespace association.default IdNamespaceAssociation.BuilderIdNamespaceAssociation.Builder. inputReferenceProperties(Consumer<IdNamespaceAssociationInputReferenceProperties.Builder> inputReferenceProperties)The input reference properties for the ID namespace association.
-