Class CfnIdMappingTableMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.CfnIdMappingTableMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIdMappingTableMixinProps>
- Enclosing interface:
CfnIdMappingTableMixinProps
@Stability(Stable)
public static final class CfnIdMappingTableMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIdMappingTableMixinProps>
A builder for
CfnIdMappingTableMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnIdMappingTableMixinProps.getDescription()inputReferenceConfig(CfnIdMappingTablePropsMixin.IdMappingTableInputReferenceConfigProperty inputReferenceConfig) Sets the value ofCfnIdMappingTableMixinProps.getInputReferenceConfig()inputReferenceConfig(IResolvable inputReferenceConfig) Sets the value ofCfnIdMappingTableMixinProps.getInputReferenceConfig()Sets the value ofCfnIdMappingTableMixinProps.getKmsKeyArn()membershipIdentifier(String membershipIdentifier) Sets the value ofCfnIdMappingTableMixinProps.getMembershipIdentifier()Sets the value ofCfnIdMappingTableMixinProps.getName()Sets the value ofCfnIdMappingTableMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofCfnIdMappingTableMixinProps.getDescription()- Parameters:
description- The description of the ID mapping table.- Returns:
this
-
inputReferenceConfig
@Stability(Stable) public CfnIdMappingTableMixinProps.Builder inputReferenceConfig(IResolvable inputReferenceConfig) Sets the value ofCfnIdMappingTableMixinProps.getInputReferenceConfig()- Parameters:
inputReferenceConfig- The input reference configuration for the ID mapping table.- Returns:
this
-
inputReferenceConfig
@Stability(Stable) public CfnIdMappingTableMixinProps.Builder inputReferenceConfig(CfnIdMappingTablePropsMixin.IdMappingTableInputReferenceConfigProperty inputReferenceConfig) Sets the value ofCfnIdMappingTableMixinProps.getInputReferenceConfig()- Parameters:
inputReferenceConfig- The input reference configuration for the ID mapping table.- Returns:
this
-
kmsKeyArn
Sets the value ofCfnIdMappingTableMixinProps.getKmsKeyArn()- Parameters:
kmsKeyArn- The Amazon Resource Name (ARN) of the AWS KMS key.- Returns:
this
-
membershipIdentifier
@Stability(Stable) public CfnIdMappingTableMixinProps.Builder membershipIdentifier(String membershipIdentifier) Sets the value ofCfnIdMappingTableMixinProps.getMembershipIdentifier()- Parameters:
membershipIdentifier- The unique identifier of the membership resource for the ID mapping table.- Returns:
this
-
name
Sets the value ofCfnIdMappingTableMixinProps.getName()- Parameters:
name- The name of the ID mapping table.- Returns:
this
-
tags
Sets the value ofCfnIdMappingTableMixinProps.getTags()- Parameters:
tags- An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIdMappingTableMixinProps>- Returns:
- a new instance of
CfnIdMappingTableMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-