public static interface SpotFleetTagSpecification.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<SpotFleetTagSpecification.Builder,SpotFleetTagSpecification>
| Modifier and Type | Method and Description |
|---|---|
SpotFleetTagSpecification.Builder |
resourceType(ResourceType resourceType)
The type of resource.
|
SpotFleetTagSpecification.Builder |
resourceType(String resourceType)
The type of resource.
|
SpotFleetTagSpecification.Builder |
tags(Collection<Tag> tags)
The tags.
|
SpotFleetTagSpecification.Builder |
tags(Tag... tags)
The tags.
|
SpotFleetTagSpecification.Builder resourceType(String resourceType)
The type of resource. Currently, the only resource type that is supported is instance.
resourceType - The type of resource. Currently, the only resource type that is supported is instance.ResourceType,
ResourceTypeSpotFleetTagSpecification.Builder resourceType(ResourceType resourceType)
The type of resource. Currently, the only resource type that is supported is instance.
resourceType - The type of resource. Currently, the only resource type that is supported is instance.ResourceType,
ResourceTypeSpotFleetTagSpecification.Builder tags(Collection<Tag> tags)
The tags.
tags - The tags.SpotFleetTagSpecification.Builder tags(Tag... tags)
The tags.
tags - The tags.Copyright © 2017. All rights reserved.