Class Tags.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.Tags.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tagsbuild()Tags.Buildercopy(Tags model)Tags.Builderkey(String key)Key or name of the tag.Tags.Buildervalue(String value)Value of the tag.
-
-
-
Method Detail
-
key
public Tags.Builder key(String key)
Key or name of the tag.*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
- Parameters:
key- the value to set- Returns:
- this builder
-
value
public Tags.Builder value(String value)
Value of the tag.*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
- Parameters:
value- the value to set- Returns:
- this builder
-
build
public Tags build()
-
copy
public Tags.Builder copy(Tags model)
-
-