Class ExternalAccountKeyName.Builder (0.39.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
Type Description
ExternalAccountKeyName

getExternalAccountKey()

public String getExternalAccountKey()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setExternalAccountKey(String externalAccountKey)

public ExternalAccountKeyName.Builder setExternalAccountKey(String externalAccountKey)
Parameter
Name Description
externalAccountKey String
Returns
Type Description
ExternalAccountKeyName.Builder

setLocation(String location)

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

setProject(String project)

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