Class CaPoolName.Builder (2.3.0)

public static class CaPoolName.Builder

Builder for projects/{project}/locations/{location}/caPools/{ca_pool}.

Inheritance

java.lang.Object > CaPoolName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public CaPoolName build()
Returns
TypeDescription
CaPoolName

getCaPool()

public String getCaPool()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setCaPool(String caPool)

public CaPoolName.Builder setCaPool(String caPool)
Parameter
NameDescription
caPoolString
Returns
TypeDescription
CaPoolName.Builder

setLocation(String location)

public CaPoolName.Builder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
CaPoolName.Builder

setProject(String project)

public CaPoolName.Builder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
CaPoolName.Builder