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