Class CfnReferencePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.omics.CfnReferencePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnReferencePropsMixin>
- Enclosing class:
CfnReferencePropsMixin
@Stability(Stable)
public static final class CfnReferencePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnReferencePropsMixin>
A fluent builder for
CfnReferencePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) The reference's description.The reference's name.referenceStoreId(String referenceStoreId) The reference's reference store ID.tags(List<? extends CfnReferencePropsMixin.TagsItemsProperty> tags) Tags for the reference.
-
Method Details
-
create
@Stability(Stable) public static CfnReferencePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnReferencePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnReferencePropsMixin.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 CfnReferencePropsMixin.Builder tags(List<? extends CfnReferencePropsMixin.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<CfnReferencePropsMixin>- Returns:
- a newly built instance of
CfnReferencePropsMixin.
-