Interface GetMetricWidgetImageResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CloudWatchResponse.Builder,CopyableBuilder<GetMetricWidgetImageResponse.Builder,,GetMetricWidgetImageResponse> SdkBuilder<GetMetricWidgetImageResponse.Builder,,GetMetricWidgetImageResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 GetMetricWidgetImageResponse
public static interface GetMetricWidgetImageResponse.Builder
extends CloudWatchResponse.Builder, SdkPojo, CopyableBuilder<GetMetricWidgetImageResponse.Builder,GetMetricWidgetImageResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionmetricWidgetImage(SdkBytes metricWidgetImage) The image of the graph, in the output format specified.Methods inherited from interface software.amazon.awssdk.services.cloudwatch.model.CloudWatchResponse.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, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
metricWidgetImage
The image of the graph, in the output format specified. The output is base64-encoded.
- Parameters:
 metricWidgetImage- The image of the graph, in the output format specified. The output is base64-encoded.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -