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 SummaryModifier and TypeMethodDescriptionstatisticsId(String statisticsId) The ID of the statistics generation run that is currently occurring.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
statisticsIdThe 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.
 
 
-