@Stability(value=Stable) public static final class CfnSpotFleet.SpotFleetTagSpecificationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnSpotFleet.SpotFleetTagSpecificationProperty>
CfnSpotFleet.SpotFleetTagSpecificationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSpotFleet.SpotFleetTagSpecificationProperty |
build()
Builds the configured instance.
|
CfnSpotFleet.SpotFleetTagSpecificationProperty.Builder |
resourceType(String resourceType)
Sets the value of
CfnSpotFleet.SpotFleetTagSpecificationProperty.getResourceType() |
CfnSpotFleet.SpotFleetTagSpecificationProperty.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnSpotFleet.SpotFleetTagSpecificationProperty.getTags() |
@Stability(value=Stable) public CfnSpotFleet.SpotFleetTagSpecificationProperty.Builder resourceType(String resourceType)
CfnSpotFleet.SpotFleetTagSpecificationProperty.getResourceType()resourceType - The type of resource.
Currently, the only resource type that is supported is instance . To tag the Spot Fleet request on creation, use the TagSpecifications parameter in SpotFleetRequestConfigData .this@Stability(value=Stable) public CfnSpotFleet.SpotFleetTagSpecificationProperty.Builder tags(List<? extends CfnTag> tags)
CfnSpotFleet.SpotFleetTagSpecificationProperty.getTags()tags - The tags.this@Stability(value=Stable) public CfnSpotFleet.SpotFleetTagSpecificationProperty build()
build in interface software.amazon.jsii.Builder<CfnSpotFleet.SpotFleetTagSpecificationProperty>CfnSpotFleet.SpotFleetTagSpecificationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.