Class ReplayName.OrganizationLocationReplayBuilder
- java.lang.Object
-
- com.google.cloud.policysimulator.v1.ReplayName.OrganizationLocationReplayBuilder
-
- Enclosing class:
- ReplayName
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class ReplayName.OrganizationLocationReplayBuilder extends Object
Builder for organizations/{organization}/locations/{location}/replays/{replay}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
OrganizationLocationReplayBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReplayName
build()
String
getLocation()
String
getOrganization()
String
getReplay()
ReplayName.OrganizationLocationReplayBuilder
setLocation(String location)
ReplayName.OrganizationLocationReplayBuilder
setOrganization(String organization)
ReplayName.OrganizationLocationReplayBuilder
setReplay(String replay)
-
-
-
Method Detail
-
getOrganization
public String getOrganization()
-
getLocation
public String getLocation()
-
getReplay
public String getReplay()
-
setOrganization
public ReplayName.OrganizationLocationReplayBuilder setOrganization(String organization)
-
setLocation
public ReplayName.OrganizationLocationReplayBuilder setLocation(String location)
-
setReplay
public ReplayName.OrganizationLocationReplayBuilder setReplay(String replay)
-
build
public ReplayName build()
-
-