Interface StartMetricsExportResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<StartMetricsExportResponse.Builder,
,StartMetricsExportResponse> ResiliencehubResponse.Builder
,SdkBuilder<StartMetricsExportResponse.Builder,
,StartMetricsExportResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
StartMetricsExportResponse
@Mutable
@NotThreadSafe
public static interface StartMetricsExportResponse.Builder
extends ResiliencehubResponse.Builder, SdkPojo, CopyableBuilder<StartMetricsExportResponse.Builder,StartMetricsExportResponse>
-
Method Summary
Modifier and TypeMethodDescriptionmetricsExportId
(String metricsExportId) Identifier of the metrics export task.Indicates the status of the metrics export task.status
(MetricsExportStatusType status) Indicates the status of the metrics export task.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.resiliencehub.model.ResiliencehubResponse.Builder
build, responseMetadata, responseMetadata
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 Details
-
metricsExportId
Identifier of the metrics export task.
- Parameters:
metricsExportId
- Identifier of the metrics export task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Indicates the status of the metrics export task.
- Parameters:
status
- Indicates the status of the metrics export task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Indicates the status of the metrics export task.
- Parameters:
status
- Indicates the status of the metrics export task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-