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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LabelSummary.Buildername(String name)An 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 Detail
-
name
LabelSummary.Builder name(String 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.
-
-