Package | Description |
---|---|
com.oracle.bmc.waas.requests |
Modifier and Type | Method and Description |
---|---|
static ListCustomProtectionRulesRequest.Builder |
ListCustomProtectionRulesRequest.builder()
Return a new builder for this request object.
|
ListCustomProtectionRulesRequest.Builder |
ListCustomProtectionRulesRequest.Builder.compartmentId(String compartmentId)
The OCID of the
compartment.
|
ListCustomProtectionRulesRequest.Builder |
ListCustomProtectionRulesRequest.Builder.copy(ListCustomProtectionRulesRequest o)
Copy method to populate the builder with values from the given instance.
|
ListCustomProtectionRulesRequest.Builder |
ListCustomProtectionRulesRequest.Builder.displayName(List<String> displayName)
Filter custom protection rules using a list of display names.
|
ListCustomProtectionRulesRequest.Builder |
ListCustomProtectionRulesRequest.Builder.displayName(String singularValue)
Singular setter.
|
ListCustomProtectionRulesRequest.Builder |
ListCustomProtectionRulesRequest.Builder.id(List<String> id)
Filter custom protection rules using a list of custom protection rule OCIDs.
|
ListCustomProtectionRulesRequest.Builder |
ListCustomProtectionRulesRequest.Builder.id(String singularValue)
Singular setter.
|
ListCustomProtectionRulesRequest.Builder |
ListCustomProtectionRulesRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListCustomProtectionRulesRequest.Builder |
ListCustomProtectionRulesRequest.Builder.lifecycleState(LifecycleStates singularValue)
Singular setter.
|
ListCustomProtectionRulesRequest.Builder |
ListCustomProtectionRulesRequest.Builder.lifecycleState(List<LifecycleStates> lifecycleState)
Filter Custom Protection rules using a list of lifecycle states.
|
ListCustomProtectionRulesRequest.Builder |
ListCustomProtectionRulesRequest.Builder.limit(Integer limit)
The maximum number of items to return in a paginated call.
|
ListCustomProtectionRulesRequest.Builder |
ListCustomProtectionRulesRequest.Builder.opcRequestId(String opcRequestId)
The unique Oracle-assigned identifier for the request.
|
ListCustomProtectionRulesRequest.Builder |
ListCustomProtectionRulesRequest.Builder.page(String page)
The value of the
opc-next-page response header from the previous paginated call. |
ListCustomProtectionRulesRequest.Builder |
ListCustomProtectionRulesRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListCustomProtectionRulesRequest.Builder |
ListCustomProtectionRulesRequest.Builder.sortBy(ListCustomProtectionRulesRequest.SortBy sortBy)
The value by which custom protection rules are sorted in a paginated ‘List’ call.
|
ListCustomProtectionRulesRequest.Builder |
ListCustomProtectionRulesRequest.Builder.sortOrder(ListCustomProtectionRulesRequest.SortOrder sortOrder)
The value of the sorting direction of resources in a paginated ‘List’ call.
|
ListCustomProtectionRulesRequest.Builder |
ListCustomProtectionRulesRequest.Builder.timeCreatedGreaterThanOrEqualTo(Date timeCreatedGreaterThanOrEqualTo)
A filter that matches Custom Protection rules created on or after the specified
date-time.
|
ListCustomProtectionRulesRequest.Builder |
ListCustomProtectionRulesRequest.Builder.timeCreatedLessThan(Date timeCreatedLessThan)
A filter that matches custom protection rules created before the specified date-time.
|
ListCustomProtectionRulesRequest.Builder |
ListCustomProtectionRulesRequest.toBuilder()
Return an instance of
ListCustomProtectionRulesRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2023. All rights reserved.