Interface Parent.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Parent.Builder,Parent>,SdkBuilder<Parent.Builder,Parent>,SdkPojo
- Enclosing class:
- Parent
public static interface Parent.Builder extends SdkPojo, CopyableBuilder<Parent.Builder,Parent>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Parent.Buildername(String name)The name of the parent label.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
Parent.Builder name(String name)
The name of the parent label.
- Parameters:
name- The name of the parent label.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-