Package com.oracle.bmc.identity.model
Class UpdateTagDefaultDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.identity.model.UpdateTagDefaultDetails.Builder
-
- Enclosing class:
- UpdateTagDefaultDetails
public static class UpdateTagDefaultDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateTagDefaultDetails
build()
UpdateTagDefaultDetails.Builder
copy(UpdateTagDefaultDetails model)
UpdateTagDefaultDetails.Builder
isRequired(Boolean isRequired)
If you specify that a value is required, a value is set during resource creation (either by the user creating the resource or another tag defualt).UpdateTagDefaultDetails.Builder
value(String value)
The default value for the tag definition.
-
-
-
Method Detail
-
value
public UpdateTagDefaultDetails.Builder value(String value)
The default value for the tag definition.This will be applied to all resources created in the Compartment.
- Parameters:
value
- the value to set- Returns:
- this builder
-
isRequired
public UpdateTagDefaultDetails.Builder isRequired(Boolean isRequired)
If you specify that a value is required, a value is set during resource creation (either by the user creating the resource or another tag defualt).If no value is set, resource creation is blocked.
If the isRequired flag is set to "true", the value is set during resource creation. * If the isRequired flag is set to "false", the value you enter is set during resource creation.
Example: false
- Parameters:
isRequired
- the value to set- Returns:
- this builder
-
build
public UpdateTagDefaultDetails build()
-
copy
public UpdateTagDefaultDetails.Builder copy(UpdateTagDefaultDetails model)
-
-