public static class UpdatePrivateEndpointRequest.Builder extends Object implements BmcRequest.Builder<UpdatePrivateEndpointRequest,UpdatePrivateEndpointDetails>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdatePrivateEndpointRequest.Builder |
body$(UpdatePrivateEndpointDetails body)
Alternative setter for the body parameter.
|
UpdatePrivateEndpointRequest |
build()
Build the instance of UpdatePrivateEndpointRequest as configured by this builder
|
UpdatePrivateEndpointRequest |
buildWithoutInvocationCallback()
Build the instance of UpdatePrivateEndpointRequest as configured by this builder
|
UpdatePrivateEndpointRequest.Builder |
copy(UpdatePrivateEndpointRequest o)
Copy method to populate the builder with values from the given instance.
|
UpdatePrivateEndpointRequest.Builder |
ifMatch(String ifMatch)
The entity tag (ETag) to match with the ETag of an existing resource.
|
UpdatePrivateEndpointRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
UpdatePrivateEndpointRequest.Builder |
namespaceName(String namespaceName)
The Object Storage namespace used for the request.
|
UpdatePrivateEndpointRequest.Builder |
opcClientRequestId(String opcClientRequestId)
The client request ID for tracing.
|
UpdatePrivateEndpointRequest.Builder |
peName(String peName)
The name of the private endpoint.
|
UpdatePrivateEndpointRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
UpdatePrivateEndpointRequest.Builder |
updatePrivateEndpointDetails(UpdatePrivateEndpointDetails updatePrivateEndpointDetails)
Request object for updating the Private Endpoint.
|
public UpdatePrivateEndpointRequest.Builder namespaceName(String namespaceName)
The Object Storage namespace used for the request.
namespaceName
- the value to setpublic UpdatePrivateEndpointRequest.Builder peName(String peName)
The name of the private endpoint. Avoid entering confidential information. Example:
my-new-pe-1
peName
- the value to setpublic UpdatePrivateEndpointRequest.Builder updatePrivateEndpointDetails(UpdatePrivateEndpointDetails updatePrivateEndpointDetails)
Request object for updating the Private Endpoint.
updatePrivateEndpointDetails
- the value to setpublic UpdatePrivateEndpointRequest.Builder opcClientRequestId(String opcClientRequestId)
The client request ID for tracing.
opcClientRequestId
- the value to setpublic UpdatePrivateEndpointRequest.Builder ifMatch(String ifMatch)
The entity tag (ETag) to match with the ETag of an existing resource. If the specified ETag matches the ETag of the existing resource, GET and HEAD requests will return the resource and PUT and POST requests will upload the resource.
ifMatch
- the value to setpublic UpdatePrivateEndpointRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic UpdatePrivateEndpointRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic UpdatePrivateEndpointRequest.Builder copy(UpdatePrivateEndpointRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<UpdatePrivateEndpointRequest,UpdatePrivateEndpointDetails>
o
- other request from which to copy valuespublic UpdatePrivateEndpointRequest build()
Build the instance of UpdatePrivateEndpointRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<UpdatePrivateEndpointRequest,UpdatePrivateEndpointDetails>
public UpdatePrivateEndpointRequest.Builder body$(UpdatePrivateEndpointDetails body)
Alternative setter for the body parameter.
body$
in interface BmcRequest.Builder<UpdatePrivateEndpointRequest,UpdatePrivateEndpointDetails>
body
- the body parameterpublic UpdatePrivateEndpointRequest buildWithoutInvocationCallback()
Build the instance of UpdatePrivateEndpointRequest as configured by this builder
Note that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method build()
does
Copyright © 2016–2024. All rights reserved.