Interface GetSdkResponse.Builder
-
- All Superinterfaces:
ApiGatewayResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<GetSdkResponse.Builder,GetSdkResponse>,SdkBuilder<GetSdkResponse.Builder,GetSdkResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetSdkResponse
public static interface GetSdkResponse.Builder extends ApiGatewayResponse.Builder, SdkPojo, CopyableBuilder<GetSdkResponse.Builder,GetSdkResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetSdkResponse.Builderbody(SdkBytes body)The binary blob response to GetSdk, which contains the generated SDK.GetSdkResponse.BuildercontentDisposition(String contentDisposition)The content-disposition header value in the HTTP response.GetSdkResponse.BuildercontentType(String contentType)The content-type header value in the HTTP response.-
Methods inherited from interface software.amazon.awssdk.services.apigateway.model.ApiGatewayResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
contentType
GetSdkResponse.Builder contentType(String contentType)
The content-type header value in the HTTP response.
- Parameters:
contentType- The content-type header value in the HTTP response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contentDisposition
GetSdkResponse.Builder contentDisposition(String contentDisposition)
The content-disposition header value in the HTTP response.
- Parameters:
contentDisposition- The content-disposition header value in the HTTP response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
body
GetSdkResponse.Builder body(SdkBytes body)
The binary blob response to GetSdk, which contains the generated SDK.
- Parameters:
body- The binary blob response to GetSdk, which contains the generated SDK.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-