Interface DeleteStatisticsValueMap.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DeleteStatisticsValueMap.Builder,
,DeleteStatisticsValueMap> SdkBuilder<DeleteStatisticsValueMap.Builder,
,DeleteStatisticsValueMap> SdkPojo
- Enclosing class:
DeleteStatisticsValueMap
@Mutable
@NotThreadSafe
public static interface DeleteStatisticsValueMap.Builder
extends SdkPojo, CopyableBuilder<DeleteStatisticsValueMap.Builder,DeleteStatisticsValueMap>
-
Method Summary
Modifier and TypeMethodDescriptionThe current status of the statistics.statisticsId
(String statisticsId) The ID of the statistics generation run that is currently occurring.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
active
The current status of the statistics.
- Parameters:
active
- The current status of the statistics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statisticsId
The ID of the statistics generation run that is currently occurring.
- Parameters:
statisticsId
- The ID of the statistics generation run that is currently occurring.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-