Interface IdNamespaceAssociationInputReferenceConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IdNamespaceAssociationInputReferenceConfig.Builder,IdNamespaceAssociationInputReferenceConfig>,SdkBuilder<IdNamespaceAssociationInputReferenceConfig.Builder,IdNamespaceAssociationInputReferenceConfig>,SdkPojo
- Enclosing class:
- IdNamespaceAssociationInputReferenceConfig
public static interface IdNamespaceAssociationInputReferenceConfig.Builder extends SdkPojo, CopyableBuilder<IdNamespaceAssociationInputReferenceConfig.Builder,IdNamespaceAssociationInputReferenceConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdNamespaceAssociationInputReferenceConfig.BuilderinputReferenceArn(String inputReferenceArn)The Amazon Resource Name (ARN) of the Entity Resolution resource that is being associated to the collaboration.IdNamespaceAssociationInputReferenceConfig.BuildermanageResourcePolicies(Boolean manageResourcePolicies)WhenTRUE, Clean Rooms manages permissions for the ID namespace association resource.-
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
-
inputReferenceArn
IdNamespaceAssociationInputReferenceConfig.Builder inputReferenceArn(String inputReferenceArn)
The Amazon Resource Name (ARN) of the Entity Resolution resource that is being associated to the collaboration. Valid resource ARNs are from the ID namespaces that you own.
- Parameters:
inputReferenceArn- The Amazon Resource Name (ARN) of the Entity Resolution resource that is being associated to the collaboration. Valid resource ARNs are from the ID namespaces that you own.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
manageResourcePolicies
IdNamespaceAssociationInputReferenceConfig.Builder manageResourcePolicies(Boolean manageResourcePolicies)
When
TRUE, Clean Rooms manages permissions for the ID namespace association resource.When
FALSE, the resource owner manages permissions for the ID namespace association resource.- Parameters:
manageResourcePolicies- WhenTRUE, Clean Rooms manages permissions for the ID namespace association resource.When
FALSE, the resource owner manages permissions for the ID namespace association resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-