Package com.oracle.bmc.apigateway.model
Class Client.Builder
- java.lang.Object
-
- com.oracle.bmc.apigateway.model.Client.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Client
build()
Client.Builder
copy(Client model)
Client.Builder
name(String name)
The name of the client.Client.Builder
token(String token)
The token for the client.
-
-
-
Method Detail
-
name
public 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
-
token
public 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
-
build
public Client build()
-
copy
public Client.Builder copy(Client model)
-
-