static ListWindowsUpdatesRequest.Builder |
ListWindowsUpdatesRequest.builder() |
Return a new builder for this request object.
|
ListWindowsUpdatesRequest.Builder |
ListWindowsUpdatesRequest.Builder.classificationType(ClassificationTypes singularValue) |
Singular setter.
|
ListWindowsUpdatesRequest.Builder |
ListWindowsUpdatesRequest.Builder.classificationType(List<ClassificationTypes> classificationType) |
A filter to return only packages that match the given update classification type.
|
ListWindowsUpdatesRequest.Builder |
ListWindowsUpdatesRequest.Builder.compartmentId(String compartmentId) |
The OCID of the
compartment.
|
ListWindowsUpdatesRequest.Builder |
ListWindowsUpdatesRequest.Builder.copy(ListWindowsUpdatesRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListWindowsUpdatesRequest.Builder |
ListWindowsUpdatesRequest.Builder.displayNameContains(String displayNameContains) |
A filter to return resources that may partially match the given display name.
|
ListWindowsUpdatesRequest.Builder |
ListWindowsUpdatesRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListWindowsUpdatesRequest.Builder |
ListWindowsUpdatesRequest.Builder.limit(Integer limit) |
For list pagination.
|
ListWindowsUpdatesRequest.Builder |
ListWindowsUpdatesRequest.Builder.name(String singularValue) |
Singular setter.
|
ListWindowsUpdatesRequest.Builder |
ListWindowsUpdatesRequest.Builder.name(List<String> name) |
A filter based on the unique identifier for the Windows update.
|
ListWindowsUpdatesRequest.Builder |
ListWindowsUpdatesRequest.Builder.opcRequestId(String opcRequestId) |
Unique Oracle-assigned identifier for the request.
|
ListWindowsUpdatesRequest.Builder |
ListWindowsUpdatesRequest.Builder.page(String page) |
For list pagination.
|
ListWindowsUpdatesRequest.Builder |
ListWindowsUpdatesRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListWindowsUpdatesRequest.Builder |
ListWindowsUpdatesRequest.Builder.sortBy(ListWindowsUpdatesRequest.SortBy sortBy) |
The field to sort by.
|
ListWindowsUpdatesRequest.Builder |
ListWindowsUpdatesRequest.Builder.sortOrder(SortOrder sortOrder) |
The sort order to use, either ‘ASC’ or ‘DESC’.
|
ListWindowsUpdatesRequest.Builder |
ListWindowsUpdatesRequest.toBuilder() |
|