Class CfnReferenceMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.omics.CfnReferenceMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnReferenceMixinProps>
- Enclosing interface:
CfnReferenceMixinProps
@Stability(Stable)
public static final class CfnReferenceMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnReferenceMixinProps>
A builder for
CfnReferenceMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnReferenceMixinProps.getDescription()Sets the value ofCfnReferenceMixinProps.getName()referenceStoreId(String referenceStoreId) Sets the value ofCfnReferenceMixinProps.getReferenceStoreId()tags(List<? extends CfnReferencePropsMixin.TagsItemsProperty> tags) Sets the value ofCfnReferenceMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofCfnReferenceMixinProps.getDescription()- Parameters:
description- The reference's description.- Returns:
this
-
name
Sets the value ofCfnReferenceMixinProps.getName()- Parameters:
name- The reference's name.- Returns:
this
-
referenceStoreId
Sets the value ofCfnReferenceMixinProps.getReferenceStoreId()- Parameters:
referenceStoreId- The reference's reference store ID.- Returns:
this
-
tags
@Stability(Stable) public CfnReferenceMixinProps.Builder tags(List<? extends CfnReferencePropsMixin.TagsItemsProperty> tags) Sets the value ofCfnReferenceMixinProps.getTags()- Parameters:
tags- Tags for the reference.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnReferenceMixinProps>- Returns:
- a new instance of
CfnReferenceMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-