public static class RestrictedOperation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public RestrictedOperation.Builder operationName(String operationName)
Name of the restricted operation.
operationName
- the value to setpublic RestrictedOperation.Builder restrictingService(String restrictingService)
Name of the service restricting the operation.
restrictingService
- the value to setpublic RestrictedOperation build()
public RestrictedOperation.Builder copy(RestrictedOperation model)
Copyright © 2016–2024. All rights reserved.