Package com.oracle.bmc.apigateway.model
Class Client.Builder
- java.lang.Object
- 
- com.oracle.bmc.apigateway.model.Client.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Clientbuild()Client.Buildercopy(Client model)Client.Buildername(String name)The name of the client.Client.Buildertoken(String token)The token for the client.
 
- 
- 
- 
Method Detail- 
namepublic Client.Builder name(String name) The name of the client.Must be unique within a subscriber. - Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
tokenpublic Client.Builder token(String token) The token for the client.Must be unique within a tenancy. - Parameters:
- token- the value to set
- Returns:
- this builder
 
 - 
buildpublic Client build() 
 - 
copypublic Client.Builder copy(Client model) 
 
- 
 
-