Class CfnReference.Builder
java.lang.Object
software.amazon.awscdk.services.omics.CfnReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnReference>
- Enclosing class:
CfnReference
@Stability(Stable)
public static final class CfnReference.Builder
extends Object
implements software.amazon.jsii.Builder<CfnReference>
A fluent builder for
CfnReference.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnReference.Builderdescription(String description) The reference's description.The reference's name.referenceStoreId(String referenceStoreId) The reference's reference store ID.tags(List<? extends CfnReference.TagsItemsProperty> tags) Tags for the reference.
-
Method Details
-
create
@Stability(Stable) public static CfnReference.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnReference.Builder.
-
description
The reference's description.- Parameters:
description- The reference's description. This parameter is required.- Returns:
this- See Also:
-
name
The reference's name.- Parameters:
name- The reference's name. This parameter is required.- Returns:
this- See Also:
-
referenceStoreId
The reference's reference store ID.- Parameters:
referenceStoreId- The reference's reference store ID. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnReference.Builder tags(List<? extends CfnReference.TagsItemsProperty> tags) Tags for the reference.- Parameters:
tags- Tags for the reference. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnReference>- Returns:
- a newly built instance of
CfnReference.
-