Interface Datatype.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Datatype.Builder,Datatype>,SdkBuilder<Datatype.Builder,Datatype>,SdkPojo
- Enclosing class:
- Datatype
public static interface Datatype.Builder extends SdkPojo, CopyableBuilder<Datatype.Builder,Datatype>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Datatype.Builderid(String id)The datatype of the value.Datatype.Builderlabel(String label)A label assigned to the datatype.-
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
-
id
Datatype.Builder id(String id)
The datatype of the value.
- Parameters:
id- The datatype of the value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
label
Datatype.Builder label(String label)
A label assigned to the datatype.
- Parameters:
label- A label assigned to the datatype.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-