ListPublicIpsRequest.Builder |
ListPublicIpsRequest.Builder.availabilityDomain(String availabilityDomain) |
The name of the availability domain.
|
static ListPublicIpsRequest.Builder |
ListPublicIpsRequest.builder() |
Return a new builder for this request object.
|
ListPublicIpsRequest.Builder |
ListPublicIpsRequest.Builder.compartmentId(String compartmentId) |
The OCID of the
compartment.
|
ListPublicIpsRequest.Builder |
ListPublicIpsRequest.Builder.copy(ListPublicIpsRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListPublicIpsRequest.Builder |
ListPublicIpsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListPublicIpsRequest.Builder |
ListPublicIpsRequest.Builder.lifetime(ListPublicIpsRequest.Lifetime lifetime) |
A filter to return only public IPs that match given lifetime.
|
ListPublicIpsRequest.Builder |
ListPublicIpsRequest.Builder.limit(Integer limit) |
For list pagination.
|
ListPublicIpsRequest.Builder |
ListPublicIpsRequest.Builder.page(String page) |
For list pagination.
|
ListPublicIpsRequest.Builder |
ListPublicIpsRequest.Builder.publicIpPoolId(String publicIpPoolId) |
A filter to return only resources that belong to the given public IP pool.
|
ListPublicIpsRequest.Builder |
ListPublicIpsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListPublicIpsRequest.Builder |
ListPublicIpsRequest.Builder.scope(ListPublicIpsRequest.Scope scope) |
Whether the public IP is regional or specific to a particular availability domain.
|
ListPublicIpsRequest.Builder |
ListPublicIpsRequest.toBuilder() |
|