Interface GetExportResponse.Builder
- All Superinterfaces:
ApiGatewayResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<GetExportResponse.Builder,,GetExportResponse> SdkBuilder<GetExportResponse.Builder,,GetExportResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetExportResponse
public static interface GetExportResponse.Builder
extends ApiGatewayResponse.Builder, SdkPojo, CopyableBuilder<GetExportResponse.Builder,GetExportResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe binary blob response to GetExport, which contains the export.contentDisposition(String contentDisposition) The content-disposition header value in the HTTP response.contentType(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, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
contentType
The content-type header value in the HTTP response. This will correspond to a valid 'accept' type in the request.
- Parameters:
contentType- The content-type header value in the HTTP response. This will correspond to a valid 'accept' type in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
The binary blob response to GetExport, which contains the export.
- Parameters:
body- The binary blob response to GetExport, which contains the export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-