Class CfnSoftwareSetPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.thinclient.CfnSoftwareSetPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSoftwareSetPropsMixin>
- Enclosing class:
CfnSoftwareSetPropsMixin
@Stability(Stable)
public static final class CfnSoftwareSetPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSoftwareSetPropsMixin>
A fluent builder for
CfnSoftwareSetPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) An array of key-value pairs to apply to this resource.
-
Method Details
-
create
@Stability(Stable) public static CfnSoftwareSetPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnSoftwareSetPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnSoftwareSetPropsMixin.Builder.
-
tags
An array of key-value pairs to apply to this resource.- Parameters:
tags- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSoftwareSetPropsMixin>- Returns:
- a newly built instance of
CfnSoftwareSetPropsMixin.
-