Class ServiceLbPolicyName.Builder (0.23.0)

public static class ServiceLbPolicyName.Builder

Builder for projects/{project}/locations/{location}/serviceLbPolicies/{service_lb_policy}.

Inheritance

java.lang.Object > ServiceLbPolicyName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public ServiceLbPolicyName build()
Returns
Type Description
ServiceLbPolicyName

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getServiceLbPolicy()

public String getServiceLbPolicy()
Returns
Type Description
String

setLocation(String location)

public ServiceLbPolicyName.Builder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
ServiceLbPolicyName.Builder

setProject(String project)

public ServiceLbPolicyName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
ServiceLbPolicyName.Builder

setServiceLbPolicy(String serviceLbPolicy)

public ServiceLbPolicyName.Builder setServiceLbPolicy(String serviceLbPolicy)
Parameter
Name Description
serviceLbPolicy String
Returns
Type Description
ServiceLbPolicyName.Builder