Class CfnIdNamespaceAssociationPropsMixin.IdNamespaceAssociationInputReferenceConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.cleanrooms.mixins.CfnIdNamespaceAssociationPropsMixin.IdNamespaceAssociationInputReferenceConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIdNamespaceAssociationPropsMixin.IdNamespaceAssociationInputReferenceConfigProperty>
- Enclosing interface:
CfnIdNamespaceAssociationPropsMixin.IdNamespaceAssociationInputReferenceConfigProperty
@Stability(Stable)
public static final class CfnIdNamespaceAssociationPropsMixin.IdNamespaceAssociationInputReferenceConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIdNamespaceAssociationPropsMixin.IdNamespaceAssociationInputReferenceConfigProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.inputReferenceArn(String inputReferenceArn) manageResourcePolicies(Boolean manageResourcePolicies) manageResourcePolicies(IResolvable manageResourcePolicies)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
inputReferenceArn
@Stability(Stable) public CfnIdNamespaceAssociationPropsMixin.IdNamespaceAssociationInputReferenceConfigProperty.Builder inputReferenceArn(String inputReferenceArn) Sets the value ofCfnIdNamespaceAssociationPropsMixin.IdNamespaceAssociationInputReferenceConfigProperty.getInputReferenceArn()- Parameters:
inputReferenceArn- The Amazon Resource Name (ARN) of the AWS Entity Resolution resource that is being associated to the collaboration. Valid resource ARNs are from the ID namespaces that you own.- Returns:
this
-
manageResourcePolicies
@Stability(Stable) public CfnIdNamespaceAssociationPropsMixin.IdNamespaceAssociationInputReferenceConfigProperty.Builder manageResourcePolicies(Boolean manageResourcePolicies) Sets the value ofCfnIdNamespaceAssociationPropsMixin.IdNamespaceAssociationInputReferenceConfigProperty.getManageResourcePolicies()- Parameters:
manageResourcePolicies- WhenTRUE, AWS Clean Rooms manages permissions for the ID namespace association resource. WhenFALSE, the resource owner manages permissions for the ID namespace association resource.- Returns:
this
-
manageResourcePolicies
@Stability(Stable) public CfnIdNamespaceAssociationPropsMixin.IdNamespaceAssociationInputReferenceConfigProperty.Builder manageResourcePolicies(IResolvable manageResourcePolicies) Sets the value ofCfnIdNamespaceAssociationPropsMixin.IdNamespaceAssociationInputReferenceConfigProperty.getManageResourcePolicies()- Parameters:
manageResourcePolicies- WhenTRUE, AWS Clean Rooms manages permissions for the ID namespace association resource. WhenFALSE, the resource owner manages permissions for the ID namespace association resource.- Returns:
this
-
build
@Stability(Stable) public CfnIdNamespaceAssociationPropsMixin.IdNamespaceAssociationInputReferenceConfigProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIdNamespaceAssociationPropsMixin.IdNamespaceAssociationInputReferenceConfigProperty>- Returns:
- a new instance of
CfnIdNamespaceAssociationPropsMixin.IdNamespaceAssociationInputReferenceConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-