Package com.oracle.bmc.datacc.responses
Class DownloadInfrastructureConfigFileResponse.Builder
- java.lang.Object
-
- com.oracle.bmc.datacc.responses.DownloadInfrastructureConfigFileResponse.Builder
-
- All Implemented Interfaces:
BmcResponse.Builder<DownloadInfrastructureConfigFileResponse>
- Enclosing class:
- DownloadInfrastructureConfigFileResponse
public static class DownloadInfrastructureConfigFileResponse.Builder extends Object implements BmcResponse.Builder<DownloadInfrastructureConfigFileResponse>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.responses.BmcResponse.Builder
isNotModified
-
-
-
-
Method Detail
-
__httpStatusCode__
public DownloadInfrastructureConfigFileResponse.Builder __httpStatusCode__(int __httpStatusCode__)
- Specified by:
__httpStatusCode__in interfaceBmcResponse.Builder<DownloadInfrastructureConfigFileResponse>
-
headers
public DownloadInfrastructureConfigFileResponse.Builder headers(Map<String,List<String>> headers)
- Specified by:
headersin interfaceBmcResponse.Builder<DownloadInfrastructureConfigFileResponse>
-
etag
public DownloadInfrastructureConfigFileResponse.Builder etag(String etag)
For Optimistic concurrency control.See the if-match.
- Parameters:
etag- the value to set- Returns:
- this builder
-
opcRequestId
public DownloadInfrastructureConfigFileResponse.Builder opcRequestId(String opcRequestId)
Unique identifier assigned by Oracle for the request.If you need to contact Oracle about a particular request, then please provide the request ID.
- Parameters:
opcRequestId- the value to set- Returns:
- this builder
-
contentLength
public DownloadInfrastructureConfigFileResponse.Builder contentLength(Long contentLength)
Size of the file.- Parameters:
contentLength- the value to set- Returns:
- this builder
-
lastModified
public DownloadInfrastructureConfigFileResponse.Builder lastModified(Date lastModified)
The date and time the configuration file was created, as described in RFC 3339, section 14.29.- Parameters:
lastModified- the value to set- Returns:
- this builder
-
inputStream
public DownloadInfrastructureConfigFileResponse.Builder inputStream(InputStream inputStream)
The returned java.io.InputStream instance.- Parameters:
inputStream- the value to set- Returns:
- this builder
-
copy
public DownloadInfrastructureConfigFileResponse.Builder copy(DownloadInfrastructureConfigFileResponse o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcResponse.Builder<DownloadInfrastructureConfigFileResponse>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public DownloadInfrastructureConfigFileResponse build()
Build the response object.- Specified by:
buildin interfaceBmcResponse.Builder<DownloadInfrastructureConfigFileResponse>- Returns:
- the response object
-
-