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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetMetricWidgetImageResponse.BuildermetricWidgetImage(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, 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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
metricWidgetImage
GetMetricWidgetImageResponse.Builder metricWidgetImage(SdkBytes 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.
-
-