Class Claim.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydataplane.model.Claim.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Claim
build()
Claim.Builder
copy(Claim model)
Claim.Builder
issuer(String issuer)
The issuer of the claim.Claim.Builder
key(String key)
The key of the claim.Claim.Builder
value(String value)
The value of the claim.
-
-
-
Method Detail
-
key
public Claim.Builder key(String key)
The key of the claim.- Parameters:
key
- the value to set- Returns:
- this builder
-
value
public Claim.Builder value(String value)
The value of the claim.- Parameters:
value
- the value to set- Returns:
- this builder
-
issuer
public Claim.Builder issuer(String issuer)
The issuer of the claim.- Parameters:
issuer
- the value to set- Returns:
- this builder
-
build
public Claim build()
-
copy
public Claim.Builder copy(Claim model)
-
-