public static interface GetSdkResponse.Builder extends ApiGatewayResponse.Builder, SdkPojo, CopyableBuilder<GetSdkResponse.Builder,GetSdkResponse>
Modifier and Type | Method and Description |
---|---|
GetSdkResponse.Builder |
body(SdkBytes 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.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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(SdkBytes 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.