Interface RefreshStatisticsIdMap.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RefreshStatisticsIdMap.Builder,RefreshStatisticsIdMap>,SdkBuilder<RefreshStatisticsIdMap.Builder,RefreshStatisticsIdMap>,SdkPojo
- Enclosing class:
- RefreshStatisticsIdMap
public static interface RefreshStatisticsIdMap.Builder extends SdkPojo, CopyableBuilder<RefreshStatisticsIdMap.Builder,RefreshStatisticsIdMap>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RefreshStatisticsIdMap.BuilderstatisticsId(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 Detail
-
statisticsId
RefreshStatisticsIdMap.Builder statisticsId(String 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.
-
-