Interface PerformanceMetrics.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<PerformanceMetrics.Builder,,- PerformanceMetrics> - SdkBuilder<PerformanceMetrics.Builder,,- PerformanceMetrics> - SdkPojo
- Enclosing class:
- PerformanceMetrics
@Mutable
@NotThreadSafe
public static interface PerformanceMetrics.Builder
extends SdkPojo, CopyableBuilder<PerformanceMetrics.Builder,PerformanceMetrics> 
- 
Method SummaryModifier and TypeMethodDescriptionproperties(Map<String, String> properties) Sets the value of the Properties property for this object.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- 
propertiesSets the value of the Properties property for this object.- Parameters:
- properties- The new value for the Properties property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-