CopyableBuilder<GetSdkResponse.Builder,GetSdkResponse>
, SdkBuilder<GetSdkResponse.Builder,GetSdkResponse>
public static interface GetSdkResponse.Builder extends CopyableBuilder<GetSdkResponse.Builder,GetSdkResponse>
Modifier and Type | Method | Description |
---|---|---|
GetSdkResponse.Builder |
body(ByteBuffer body) |
The binary blob response to GetSdk, which contains the generated SDK.
|
GetSdkResponse.Builder |
contentDisposition(String contentDisposition) |
The content-disposition header value in the HTTP response.
|
GetSdkResponse.Builder |
contentType(String contentType) |
The content-type header value in the HTTP response.
|
copy
apply, build
GetSdkResponse.Builder contentType(String contentType)
The content-type header value in the HTTP response.
contentType
- The content-type header value in the HTTP response.GetSdkResponse.Builder contentDisposition(String contentDisposition)
The content-disposition header value in the HTTP response.
contentDisposition
- The content-disposition header value in the HTTP response.GetSdkResponse.Builder body(ByteBuffer body)
The binary blob response to GetSdk, which contains the generated SDK.
body
- The binary blob response to GetSdk, which contains the generated SDK.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.