Interface RefreshStatisticsIdMap.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RefreshStatisticsIdMap.Builder,
,RefreshStatisticsIdMap> SdkBuilder<RefreshStatisticsIdMap.Builder,
,RefreshStatisticsIdMap> SdkPojo
- Enclosing class:
RefreshStatisticsIdMap
@Mutable
@NotThreadSafe
public static interface RefreshStatisticsIdMap.Builder
extends SdkPojo, CopyableBuilder<RefreshStatisticsIdMap.Builder,RefreshStatisticsIdMap>
-
Method Summary
Modifier and TypeMethodDescriptionstatisticsId
(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
-
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.
-