public static class GetModelArtifactContentResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GetModelArtifactContentResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetModelArtifactContentResponse |
build() |
GetModelArtifactContentResponse.Builder |
contentDisposition(String contentDisposition) |
GetModelArtifactContentResponse.Builder |
contentLength(Long contentLength) |
GetModelArtifactContentResponse.Builder |
contentMd5(String contentMd5) |
GetModelArtifactContentResponse.Builder |
copy(GetModelArtifactContentResponse o)
Copy method to populate the builder with values from the given instance.
|
GetModelArtifactContentResponse.Builder |
etag(String etag) |
GetModelArtifactContentResponse.Builder |
inputStream(InputStream inputStream) |
GetModelArtifactContentResponse.Builder |
lastModified(Date lastModified) |
GetModelArtifactContentResponse.Builder |
opcRequestId(String opcRequestId) |
String |
toString() |
public GetModelArtifactContentResponse.Builder copy(GetModelArtifactContentResponse o)
Copy method to populate the builder with values from the given instance.
public GetModelArtifactContentResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetModelArtifactContentResponse.Builder etag(String etag)
public GetModelArtifactContentResponse.Builder opcRequestId(String opcRequestId)
public GetModelArtifactContentResponse.Builder contentLength(Long contentLength)
public GetModelArtifactContentResponse.Builder contentDisposition(String contentDisposition)
public GetModelArtifactContentResponse.Builder contentMd5(String contentMd5)
public GetModelArtifactContentResponse.Builder lastModified(Date lastModified)
public GetModelArtifactContentResponse.Builder inputStream(InputStream inputStream)
public GetModelArtifactContentResponse build()
Copyright © 2016–2021. All rights reserved.