Interface ListMetricsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListMetricsResponse.Builder,,ListMetricsResponse> ResiliencehubResponse.Builder,SdkBuilder<ListMetricsResponse.Builder,,ListMetricsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListMetricsResponse
@Mutable
@NotThreadSafe
public static interface ListMetricsResponse.Builder
extends ResiliencehubResponse.Builder, SdkPojo, CopyableBuilder<ListMetricsResponse.Builder,ListMetricsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionToken for the next set of results, or null if there are no more results.rows(Collection<? extends Collection<String>> rows) Specifies all the list of metric values for each row of metrics.rows(Collection<String>... rows) Specifies all the list of metric values for each row of metrics.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.resiliencehub.model.ResiliencehubResponse.Builder
build, responseMetadata, responseMetadataMethods 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
-
nextToken
Token for the next set of results, or null if there are no more results.
- Parameters:
nextToken- Token for the next set of results, or null if there are no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rows
Specifies all the list of metric values for each row of metrics.
- Parameters:
rows- Specifies all the list of metric values for each row of metrics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rows
Specifies all the list of metric values for each row of metrics.
- Parameters:
rows- Specifies all the list of metric values for each row of metrics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-