Package | Description |
---|---|
com.oracle.bmc.mediaservices.requests |
Modifier and Type | Method and Description |
---|---|
static ListStreamCdnConfigsRequest.Builder |
ListStreamCdnConfigsRequest.builder()
Return a new builder for this request object.
|
ListStreamCdnConfigsRequest.Builder |
ListStreamCdnConfigsRequest.Builder.copy(ListStreamCdnConfigsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListStreamCdnConfigsRequest.Builder |
ListStreamCdnConfigsRequest.Builder.displayName(String displayName)
A filter to return only the resources that match the entire display name given.
|
ListStreamCdnConfigsRequest.Builder |
ListStreamCdnConfigsRequest.Builder.distributionChannelId(String distributionChannelId)
The Stream Distribution Channel identifier this CdnConfig belongs to.
|
ListStreamCdnConfigsRequest.Builder |
ListStreamCdnConfigsRequest.Builder.id(String id)
Unique StreamCdnConfig identifier.
|
ListStreamCdnConfigsRequest.Builder |
ListStreamCdnConfigsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListStreamCdnConfigsRequest.Builder |
ListStreamCdnConfigsRequest.Builder.lifecycleState(StreamCdnConfig.LifecycleState lifecycleState)
A filter to return only the resources with lifecycleState matching the given
lifecycleState.
|
ListStreamCdnConfigsRequest.Builder |
ListStreamCdnConfigsRequest.Builder.limit(Integer limit)
The maximum number of items to return.
|
ListStreamCdnConfigsRequest.Builder |
ListStreamCdnConfigsRequest.Builder.opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListStreamCdnConfigsRequest.Builder |
ListStreamCdnConfigsRequest.Builder.page(String page)
A token representing the position at which to start retrieving results.
|
ListStreamCdnConfigsRequest.Builder |
ListStreamCdnConfigsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListStreamCdnConfigsRequest.Builder |
ListStreamCdnConfigsRequest.Builder.sortBy(SortBy sortBy)
The field to sort by.
|
ListStreamCdnConfigsRequest.Builder |
ListStreamCdnConfigsRequest.Builder.sortOrder(SortOrder sortOrder)
The sort order to use, either ‘ASC’ or ‘DESC’.
|
ListStreamCdnConfigsRequest.Builder |
ListStreamCdnConfigsRequest.toBuilder()
Return an instance of
ListStreamCdnConfigsRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2024. All rights reserved.