Interface ListCustomMetricsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListCustomMetricsRequest.Builder,ListCustomMetricsRequest>,IotRequest.Builder,SdkBuilder<ListCustomMetricsRequest.Builder,ListCustomMetricsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListCustomMetricsRequest
public static interface ListCustomMetricsRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListCustomMetricsRequest.Builder,ListCustomMetricsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCustomMetricsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return at one time.ListCustomMetricsRequest.BuildernextToken(String nextToken)The token for the next set of results.ListCustomMetricsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListCustomMetricsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
nextToken
ListCustomMetricsRequest.Builder nextToken(String nextToken)
The token for the next set of results.
- Parameters:
nextToken- The token for the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListCustomMetricsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return at one time. The default is 25.
- Parameters:
maxResults- The maximum number of results to return at one time. The default is 25.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListCustomMetricsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListCustomMetricsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-