Package | Description |
---|---|
com.oracle.bmc.fleetsoftwareupdate.requests |
Modifier and Type | Method and Description |
---|---|
static ListFsuActionsRequest.Builder |
ListFsuActionsRequest.builder()
Return a new builder for this request object.
|
ListFsuActionsRequest.Builder |
ListFsuActionsRequest.Builder.compartmentId(String compartmentId)
The ID of the compartment in which to list resources.
|
ListFsuActionsRequest.Builder |
ListFsuActionsRequest.Builder.copy(ListFsuActionsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListFsuActionsRequest.Builder |
ListFsuActionsRequest.Builder.displayName(String displayName)
A filter to return only resources that match the entire display name given.
|
ListFsuActionsRequest.Builder |
ListFsuActionsRequest.Builder.fsuCycleId(String fsuCycleId)
A filter to return only resources whose fsuCycleId matches the given
fleetSoftwareUpdateCycleId.
|
ListFsuActionsRequest.Builder |
ListFsuActionsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListFsuActionsRequest.Builder |
ListFsuActionsRequest.Builder.lifecycleState(ActionLifecycleStates lifecycleState)
A filter to return only resources whose lifecycleState matches the given lifecycleState.
|
ListFsuActionsRequest.Builder |
ListFsuActionsRequest.Builder.limit(Integer limit)
The maximum number of items to return.
|
ListFsuActionsRequest.Builder |
ListFsuActionsRequest.Builder.opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListFsuActionsRequest.Builder |
ListFsuActionsRequest.Builder.page(String page)
A token representing the position at which to start retrieving results.
|
ListFsuActionsRequest.Builder |
ListFsuActionsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListFsuActionsRequest.Builder |
ListFsuActionsRequest.Builder.sortBy(ListFsuActionsRequest.SortBy sortBy)
The field to sort by.
|
ListFsuActionsRequest.Builder |
ListFsuActionsRequest.Builder.sortOrder(SortOrder sortOrder)
The sort order to use, either ‘ASC’ or ‘DESC’.
|
ListFsuActionsRequest.Builder |
ListFsuActionsRequest.toBuilder()
Return an instance of
ListFsuActionsRequest.Builder that allows you to modify request properties. |
ListFsuActionsRequest.Builder |
ListFsuActionsRequest.Builder.type(ActionTypes type)
A filter to return only resources whose type matches the given type.
|
Copyright © 2016–2025. All rights reserved.