Package com.oracle.bmc.oda.model
Class RestrictedOperation.Builder
- java.lang.Object
- 
- com.oracle.bmc.oda.model.RestrictedOperation.Builder
 
- 
- Enclosing class:
- RestrictedOperation
 
 public static class RestrictedOperation.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RestrictedOperationbuild()RestrictedOperation.Buildercopy(RestrictedOperation model)RestrictedOperation.BuilderoperationName(String operationName)Name of the restricted operation.RestrictedOperation.BuilderrestrictingService(String restrictingService)Name of the service restricting the operation.
 
- 
- 
- 
Method Detail- 
operationNamepublic RestrictedOperation.Builder operationName(String operationName) Name of the restricted operation.- Parameters:
- operationName- the value to set
- Returns:
- this builder
 
 - 
restrictingServicepublic RestrictedOperation.Builder restrictingService(String restrictingService) Name of the service restricting the operation.- Parameters:
- restrictingService- the value to set
- Returns:
- this builder
 
 - 
buildpublic RestrictedOperation build() 
 - 
copypublic RestrictedOperation.Builder copy(RestrictedOperation model) 
 
- 
 
-