Class ConfiguredTableAssociationReference.Builder
java.lang.Object
software.amazon.awscdk.services.cleanrooms.ConfiguredTableAssociationReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ConfiguredTableAssociationReference>
- Enclosing interface:
ConfiguredTableAssociationReference
@Stability(Stable)
public static final class ConfiguredTableAssociationReference.Builder
extends Object
implements software.amazon.jsii.Builder<ConfiguredTableAssociationReference>
A builder for
ConfiguredTableAssociationReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.configuredTableAssociationArn(String configuredTableAssociationArn) Sets the value ofConfiguredTableAssociationReference.getConfiguredTableAssociationArn()configuredTableAssociationIdentifier(String configuredTableAssociationIdentifier) membershipIdentifier(String membershipIdentifier) Sets the value ofConfiguredTableAssociationReference.getMembershipIdentifier()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
configuredTableAssociationArn
@Stability(Stable) public ConfiguredTableAssociationReference.Builder configuredTableAssociationArn(String configuredTableAssociationArn) Sets the value ofConfiguredTableAssociationReference.getConfiguredTableAssociationArn()- Parameters:
configuredTableAssociationArn- The ARN of the ConfiguredTableAssociation resource. This parameter is required.- Returns:
this
-
configuredTableAssociationIdentifier
@Stability(Stable) public ConfiguredTableAssociationReference.Builder configuredTableAssociationIdentifier(String configuredTableAssociationIdentifier) - Parameters:
configuredTableAssociationIdentifier- The ConfiguredTableAssociationIdentifier of the ConfiguredTableAssociation resource. This parameter is required.- Returns:
this
-
membershipIdentifier
@Stability(Stable) public ConfiguredTableAssociationReference.Builder membershipIdentifier(String membershipIdentifier) Sets the value ofConfiguredTableAssociationReference.getMembershipIdentifier()- Parameters:
membershipIdentifier- The MembershipIdentifier of the ConfiguredTableAssociation resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ConfiguredTableAssociationReference>- Returns:
- a new instance of
ConfiguredTableAssociationReference - Throws:
NullPointerException- if any required attribute was not provided
-