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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods 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.
-