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