Interface ListMetricValuesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListMetricValuesRequest.Builder,ListMetricValuesRequest>,IotRequest.Builder,SdkBuilder<ListMetricValuesRequest.Builder,ListMetricValuesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListMetricValuesRequest
public static interface ListMetricValuesRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListMetricValuesRequest.Builder,ListMetricValuesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListMetricValuesRequest.BuilderdimensionName(String dimensionName)The dimension name.ListMetricValuesRequest.BuilderdimensionValueOperator(String dimensionValueOperator)The dimension value operator.ListMetricValuesRequest.BuilderdimensionValueOperator(DimensionValueOperator dimensionValueOperator)The dimension value operator.ListMetricValuesRequest.BuilderendTime(Instant endTime)The end of the time period for which metric values are returned.ListMetricValuesRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return at one time.ListMetricValuesRequest.BuildermetricName(String metricName)The name of the security profile metric for which values are returned.ListMetricValuesRequest.BuildernextToken(String nextToken)The token for the next set of results.ListMetricValuesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListMetricValuesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListMetricValuesRequest.BuilderstartTime(Instant startTime)The start of the time period for which metric values are returned.ListMetricValuesRequest.BuilderthingName(String thingName)The name of the thing for which security profile metric values are returned.-
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
-
thingName
ListMetricValuesRequest.Builder thingName(String thingName)
The name of the thing for which security profile metric values are returned.
- Parameters:
thingName- The name of the thing for which security profile metric values are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metricName
ListMetricValuesRequest.Builder metricName(String metricName)
The name of the security profile metric for which values are returned.
- Parameters:
metricName- The name of the security profile metric for which values are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dimensionName
ListMetricValuesRequest.Builder dimensionName(String dimensionName)
The dimension name.
- Parameters:
dimensionName- The dimension name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dimensionValueOperator
ListMetricValuesRequest.Builder dimensionValueOperator(String dimensionValueOperator)
The dimension value operator.
- Parameters:
dimensionValueOperator- The dimension value operator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DimensionValueOperator,DimensionValueOperator
-
dimensionValueOperator
ListMetricValuesRequest.Builder dimensionValueOperator(DimensionValueOperator dimensionValueOperator)
The dimension value operator.
- Parameters:
dimensionValueOperator- The dimension value operator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DimensionValueOperator,DimensionValueOperator
-
startTime
ListMetricValuesRequest.Builder startTime(Instant startTime)
The start of the time period for which metric values are returned.
- Parameters:
startTime- The start of the time period for which metric values are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
ListMetricValuesRequest.Builder endTime(Instant endTime)
The end of the time period for which metric values are returned.
- Parameters:
endTime- The end of the time period for which metric values are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListMetricValuesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return at one time.
- Parameters:
maxResults- The maximum number of results to return at one time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListMetricValuesRequest.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.
-
overrideConfiguration
ListMetricValuesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListMetricValuesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-