Class GetPrivateEndpointResponse.Builder
- java.lang.Object
- 
- com.oracle.bmc.resourcemanager.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)For optimistic concurrency control.GetPrivateEndpointResponse.Builderheaders(Map<String,List<String>> headers)GetPrivateEndpointResponse.BuilderopcRequestId(String opcRequestId)Unique identifier for the request.GetPrivateEndpointResponse.BuilderprivateEndpoint(PrivateEndpoint privateEndpoint)The returned PrivateEndpoint instance.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.oracle.bmc.responses.BmcResponse.BuilderisNotModified
 
- 
 
- 
- 
- 
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>
 
 - 
opcRequestIdpublic GetPrivateEndpointResponse.Builder opcRequestId(String opcRequestId) Unique identifier for the request.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder
 
 - 
etagpublic GetPrivateEndpointResponse.Builder etag(String etag) For optimistic concurrency control.See if-match. - Parameters:
- etag- the value to set
- Returns:
- this builder
 
 - 
privateEndpointpublic GetPrivateEndpointResponse.Builder privateEndpoint(PrivateEndpoint privateEndpoint) The returned PrivateEndpoint instance.- Parameters:
- privateEndpoint- the value to set
- Returns:
- this builder
 
 - 
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
 
 
- 
 
-