Class GetPrivateEndpointResponse.Builder
- java.lang.Object
- 
- com.oracle.bmc.objectstorage.responses.GetPrivateEndpointResponse.Builder
 
- 
- All Implemented Interfaces:
- BmcResponse.Builder<GetPrivateEndpointResponse>
 - Enclosing class:
- GetPrivateEndpointResponse
 
 public static class GetPrivateEndpointResponse.Builder extends Object implements BmcResponse.Builder<GetPrivateEndpointResponse> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GetPrivateEndpointResponse.Builder__httpStatusCode__(int __httpStatusCode__)GetPrivateEndpointResponsebuild()Build the response object.GetPrivateEndpointResponse.Buildercopy(GetPrivateEndpointResponse o)Copy method to populate the builder with values from the given instance.GetPrivateEndpointResponse.BuildereTag(String eTag)The entity tag (ETag) for the Private Endpoint.GetPrivateEndpointResponse.Builderheaders(Map<String,List<String>> headers)GetPrivateEndpointResponse.BuilderisNotModified(boolean isNotModified)Flag to indicate whether or not the object was modified.GetPrivateEndpointResponse.BuilderopcClientRequestId(String opcClientRequestId)Echoes back the value passed in the opc-client-request-id header, for use by clients when debugging.GetPrivateEndpointResponse.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.GetPrivateEndpointResponse.BuilderprivateEndpoint(PrivateEndpoint privateEndpoint)The returned PrivateEndpoint instance, or null ifGetPrivateEndpointResponse.isNotModified()is true.
 
- 
- 
- 
Method Detail- 
__httpStatusCode__public GetPrivateEndpointResponse.Builder __httpStatusCode__(int __httpStatusCode__) - Specified by:
- __httpStatusCode__in interface- BmcResponse.Builder<GetPrivateEndpointResponse>
 
 - 
headerspublic GetPrivateEndpointResponse.Builder headers(Map<String,List<String>> headers) - Specified by:
- headersin interface- BmcResponse.Builder<GetPrivateEndpointResponse>
 
 - 
opcClientRequestIdpublic GetPrivateEndpointResponse.Builder opcClientRequestId(String opcClientRequestId) Echoes back the value passed in the opc-client-request-id header, for use by clients when debugging.- Parameters:
- opcClientRequestId- the value to set
- Returns:
- this builder
 
 - 
opcRequestIdpublic GetPrivateEndpointResponse.Builder opcRequestId(String opcRequestId) Unique Oracle-assigned identifier for the request.If you need to contact Oracle about a particular request, provide this request ID. - Parameters:
- opcRequestId- the value to set
- Returns:
- this builder
 
 - 
eTagpublic GetPrivateEndpointResponse.Builder eTag(String eTag) The entity tag (ETag) for the Private Endpoint.- Parameters:
- eTag- the value to set
- Returns:
- this builder
 
 - 
privateEndpointpublic GetPrivateEndpointResponse.Builder privateEndpoint(PrivateEndpoint privateEndpoint) The returned PrivateEndpoint instance, or null ifGetPrivateEndpointResponse.isNotModified()is true.- Parameters:
- privateEndpoint- the value to set
- Returns:
- this builder
 
 - 
isNotModifiedpublic GetPrivateEndpointResponse.Builder isNotModified(boolean isNotModified) Flag to indicate whether or not the object was modified.If this is true, the getter for the object itself will return null. Callers should check this if they specified one of the request params that might result in a conditional response (like ‘if-match’/‘if-none-match’). - Specified by:
- isNotModifiedin interface- BmcResponse.Builder<GetPrivateEndpointResponse>
- Parameters:
- true- if the object was not modified
 
 - 
copypublic GetPrivateEndpointResponse.Builder copy(GetPrivateEndpointResponse o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcResponse.Builder<GetPrivateEndpointResponse>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic GetPrivateEndpointResponse build() Build the response object.- Specified by:
- buildin interface- BmcResponse.Builder<GetPrivateEndpointResponse>
- Returns:
- the response object
 
 
- 
 
-