Interface IdNamespaceAssociationInputReferenceConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IdNamespaceAssociationInputReferenceConfig.Builder,
,IdNamespaceAssociationInputReferenceConfig> SdkBuilder<IdNamespaceAssociationInputReferenceConfig.Builder,
,IdNamespaceAssociationInputReferenceConfig> SdkPojo
- Enclosing class:
IdNamespaceAssociationInputReferenceConfig
@Mutable
@NotThreadSafe
public static interface IdNamespaceAssociationInputReferenceConfig.Builder
extends SdkPojo, CopyableBuilder<IdNamespaceAssociationInputReferenceConfig.Builder,IdNamespaceAssociationInputReferenceConfig>
-
Method Summary
Modifier and TypeMethodDescriptioninputReferenceArn
(String inputReferenceArn) The Amazon Resource Name (ARN) of the Entity Resolution resource that is being associated to the collaboration.manageResourcePolicies
(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 Details
-
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.
-