Interface UntagCompanyRequest.NameStage
-
- All Known Implementing Classes:
UntagCompanyRequest.Builder
- Enclosing class:
- UntagCompanyRequest
public static interface UntagCompanyRequest.NameStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UntagCompanyRequest.Builderfrom(UntagCompanyRequest other)UntagCompanyRequest._FinalStagename(java.lang.String name)The name of the tag which will be untagged from the company
-
-
-
Method Detail
-
name
UntagCompanyRequest._FinalStage name(@NotNull java.lang.String name)
The name of the tag which will be untagged from the company
-
from
UntagCompanyRequest.Builder from(UntagCompanyRequest other)
-
-