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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RestrictedOperation
build()
RestrictedOperation.Builder
copy(RestrictedOperation model)
RestrictedOperation.Builder
operationName(String operationName)
Name of the restricted operation.RestrictedOperation.Builder
restrictingService(String restrictingService)
Name of the service restricting the operation.
-
-
-
Method Detail
-
operationName
public RestrictedOperation.Builder operationName(String operationName)
Name of the restricted operation.- Parameters:
operationName
- the value to set- Returns:
- this builder
-
restrictingService
public RestrictedOperation.Builder restrictingService(String restrictingService)
Name of the service restricting the operation.- Parameters:
restrictingService
- the value to set- Returns:
- this builder
-
build
public RestrictedOperation build()
-
copy
public RestrictedOperation.Builder copy(RestrictedOperation model)
-
-