| Modifier and Type | Method and Description |
|---|---|
CfnFleet |
build() |
static CfnFleet.Builder |
create(Construct scope,
String id) |
CfnFleet.Builder |
name(String name)
The name of the fleet.
|
CfnFleet.Builder |
tags(Map<String,String> tags)
The list of all tags added to the fleet.
|
@Stability(value=Stable) public static CfnFleet.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnFleet.Builder.@Stability(value=Stable) public CfnFleet.Builder name(String name)
name - The name of the fleet. This parameter is required.this@Stability(value=Stable) public CfnFleet.Builder tags(Map<String,String> tags)
tags - The list of all tags added to the fleet. This parameter is required.thisCopyright © 2023. All rights reserved.