Interface LabelSummary.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<LabelSummary.Builder,,LabelSummary> SdkBuilder<LabelSummary.Builder,,LabelSummary> SdkPojo
- Enclosing class:
 LabelSummary
public static interface LabelSummary.Builder
extends SdkPojo, CopyableBuilder<LabelSummary.Builder,LabelSummary> 
- 
Method Summary
Modifier and TypeMethodDescriptionAn individual label specification.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
name
An individual label specification.
- Parameters:
 name- An individual label specification.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -