Class ExternalAccountKeyName.Builder (0.31.0)

public static class ExternalAccountKeyName.Builder

Builder for projects/{project}/locations/{location}/externalAccountKeys/{external_account_key}.

Inheritance

java.lang.Object > ExternalAccountKeyName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public ExternalAccountKeyName build()
Returns
TypeDescription
ExternalAccountKeyName

getExternalAccountKey()

public String getExternalAccountKey()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setExternalAccountKey(String externalAccountKey)

public ExternalAccountKeyName.Builder setExternalAccountKey(String externalAccountKey)
Parameter
NameDescription
externalAccountKeyString
Returns
TypeDescription
ExternalAccountKeyName.Builder

setLocation(String location)

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

setProject(String project)

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