CopyableBuilder<GetExportResponse.Builder,GetExportResponse>, SdkBuilder<GetExportResponse.Builder,GetExportResponse>public static interface GetExportResponse.Builder extends CopyableBuilder<GetExportResponse.Builder,GetExportResponse>
| Modifier and Type | Method | Description |
|---|---|---|
GetExportResponse.Builder |
body(ByteBuffer body) |
The binary blob response to GetExport, which contains the export.
|
GetExportResponse.Builder |
contentDisposition(String contentDisposition) |
The content-disposition header value in the HTTP response.
|
GetExportResponse.Builder |
contentType(String contentType) |
The content-type header value in the HTTP response.
|
copyapply, buildGetExportResponse.Builder contentType(String contentType)
The content-type header value in the HTTP response. This will correspond to a valid 'accept' type in the request.
contentType - The content-type header value in the HTTP response. This will correspond to a valid 'accept' type in
the request.GetExportResponse.Builder contentDisposition(String contentDisposition)
The content-disposition header value in the HTTP response.
contentDisposition - The content-disposition header value in the HTTP response.GetExportResponse.Builder body(ByteBuffer body)
The binary blob response to GetExport, which contains the export.
body - The binary blob response to GetExport, which contains the export.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.