Class UpdateDecryptionProfileResponse.Builder
- java.lang.Object
- 
- com.oracle.bmc.networkfirewall.responses.UpdateDecryptionProfileResponse.Builder
 
- 
- All Implemented Interfaces:
- BmcResponse.Builder<UpdateDecryptionProfileResponse>
 - Enclosing class:
- UpdateDecryptionProfileResponse
 
 public static class UpdateDecryptionProfileResponse.Builder extends Object implements BmcResponse.Builder<UpdateDecryptionProfileResponse> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateDecryptionProfileResponse.Builder__httpStatusCode__(int __httpStatusCode__)UpdateDecryptionProfileResponsebuild()Build the response object.UpdateDecryptionProfileResponse.Buildercopy(UpdateDecryptionProfileResponse o)Copy method to populate the builder with values from the given instance.UpdateDecryptionProfileResponse.BuilderdecryptionProfile(DecryptionProfile decryptionProfile)The returned DecryptionProfile instance.UpdateDecryptionProfileResponse.Builderetag(String etag)For optimistic concurrency control.UpdateDecryptionProfileResponse.Builderheaders(Map<String,List<String>> headers)UpdateDecryptionProfileResponse.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.- 
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 UpdateDecryptionProfileResponse.Builder __httpStatusCode__(int __httpStatusCode__) - Specified by:
- __httpStatusCode__in interface- BmcResponse.Builder<UpdateDecryptionProfileResponse>
 
 - 
headerspublic UpdateDecryptionProfileResponse.Builder headers(Map<String,List<String>> headers) - Specified by:
- headersin interface- BmcResponse.Builder<UpdateDecryptionProfileResponse>
 
 - 
etagpublic UpdateDecryptionProfileResponse.Builder etag(String etag) For optimistic concurrency control.See if-match. - Parameters:
- etag- the value to set
- Returns:
- this builder
 
 - 
opcRequestIdpublic UpdateDecryptionProfileResponse.Builder opcRequestId(String opcRequestId) Unique Oracle-assigned identifier for the request.If you need to contact Oracle about a particular request, please provide the request ID. - Parameters:
- opcRequestId- the value to set
- Returns:
- this builder
 
 - 
decryptionProfilepublic UpdateDecryptionProfileResponse.Builder decryptionProfile(DecryptionProfile decryptionProfile) The returned DecryptionProfile instance.- Parameters:
- decryptionProfile- the value to set
- Returns:
- this builder
 
 - 
copypublic UpdateDecryptionProfileResponse.Builder copy(UpdateDecryptionProfileResponse o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcResponse.Builder<UpdateDecryptionProfileResponse>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic UpdateDecryptionProfileResponse build() Build the response object.- Specified by:
- buildin interface- BmcResponse.Builder<UpdateDecryptionProfileResponse>
- Returns:
- the response object
 
 
- 
 
-