Class CfnFleet.Builder
java.lang.Object
software.amazon.awscdk.services.robomaker.CfnFleet.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFleet>
- Enclosing class:
CfnFleet
@Stability(Stable)
public static final class CfnFleet.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFleet>
A fluent builder for
CfnFleet
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnFleet.Builder
The name of the fleet.The list of all tags added to the fleet.
-
Method Details
-
create
- Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
- Returns:
- a new instance of
CfnFleet.Builder
.
-
name
The name of the fleet.- Parameters:
name
- The name of the fleet. This parameter is required.- Returns:
this
-
tags
The list of all tags added to the fleet.- Parameters:
tags
- The list of all tags added to the fleet. This parameter is required.- Returns:
this
-
build
-