Class CfnFleetMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.robomaker.CfnFleetMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFleetMixinProps>
- Enclosing interface:
CfnFleetMixinProps
@Stability(Stable)
public static final class CfnFleetMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFleetMixinProps>
A builder for
CfnFleetMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnFleetMixinProps.getName()Sets the value ofCfnFleetMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnFleetMixinProps.getName()- Parameters:
name- The name of the fleet.- Returns:
this
-
tags
Sets the value ofCfnFleetMixinProps.getTags()- Parameters:
tags- The list of all tags added to the fleet.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFleetMixinProps>- Returns:
- a new instance of
CfnFleetMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-