Interface FindTagRequest.TagIdStage
-
- All Known Implementing Classes:
FindTagRequest.Builder
- Enclosing class:
- FindTagRequest
public static interface FindTagRequest.TagIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FindTagRequest.Builderfrom(FindTagRequest other)FindTagRequest._FinalStagetagId(java.lang.String tagId)The unique identifier of a given tag
-
-
-
Method Detail
-
tagId
FindTagRequest._FinalStage tagId(@NotNull java.lang.String tagId)
The unique identifier of a given tag
-
from
FindTagRequest.Builder from(FindTagRequest other)
-
-