Class IdentityMappingStoreName.Builder (0.63.0)

public static class IdentityMappingStoreName.Builder

Builder for projects/{project}/locations/{location}/identityMappingStores/{identity_mapping_store}.

Inheritance

java.lang.Object > IdentityMappingStoreName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public IdentityMappingStoreName build()
Returns
Type Description
IdentityMappingStoreName

getIdentityMappingStore()

public String getIdentityMappingStore()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setIdentityMappingStore(String identityMappingStore)

public IdentityMappingStoreName.Builder setIdentityMappingStore(String identityMappingStore)
Parameter
Name Description
identityMappingStore String
Returns
Type Description
IdentityMappingStoreName.Builder

setLocation(String location)

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

setProject(String project)

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