Interface CreateOrUpdateTagRequest.NameStage
-
- All Known Implementing Classes:
CreateOrUpdateTagRequest.Builder
- Enclosing class:
- CreateOrUpdateTagRequest
public static interface CreateOrUpdateTagRequest.NameStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateOrUpdateTagRequest.Builderfrom(CreateOrUpdateTagRequest other)CreateOrUpdateTagRequest._FinalStagename(java.lang.String name)The name of the tag, which will be created if not found, or the new name for the tag if this is an update request.
-
-
-
Method Detail
-
name
CreateOrUpdateTagRequest._FinalStage name(@NotNull java.lang.String name)
The name of the tag, which will be created if not found, or the new name for the tag if this is an update request. Names are case insensitive.
-
from
CreateOrUpdateTagRequest.Builder from(CreateOrUpdateTagRequest other)
-
-