Interface ListMetricsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListMetricsResponse.Builder,ListMetricsResponse>,ResiliencehubResponse.Builder,SdkBuilder<ListMetricsResponse.Builder,ListMetricsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListMetricsResponse
public static interface ListMetricsResponse.Builder extends ResiliencehubResponse.Builder, SdkPojo, CopyableBuilder<ListMetricsResponse.Builder,ListMetricsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListMetricsResponse.BuildernextToken(String nextToken)Token for the next set of results, or null if there are no more results.ListMetricsResponse.Builderrows(Collection<? extends Collection<String>> rows)Specifies all the list of metric values for each row of metrics.ListMetricsResponse.Builderrows(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
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 Detail
-
nextToken
ListMetricsResponse.Builder nextToken(String 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
ListMetricsResponse.Builder rows(Collection<? extends Collection<String>> 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
ListMetricsResponse.Builder rows(Collection<String>... 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.
-
-