Interface RecordField.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RecordField.Builder,RecordField>,SdkBuilder<RecordField.Builder,RecordField>,SdkPojo
- Enclosing class:
- RecordField
public static interface RecordField.Builder extends SdkPojo, CopyableBuilder<RecordField.Builder,RecordField>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecordField.Buildermandatory(Boolean mandatory)If this istrue, the record field must be present in therecordFieldsparameter provided to a CreateDelivery or UpdateDeliveryConfiguration operation.RecordField.Buildername(String name)The name to use when specifying this record field in a CreateDelivery or UpdateDeliveryConfiguration operation.-
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
RecordField.Builder name(String name)
The name to use when specifying this record field in a CreateDelivery or UpdateDeliveryConfiguration operation.
- Parameters:
name- The name to use when specifying this record field in a CreateDelivery or UpdateDeliveryConfiguration operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mandatory
RecordField.Builder mandatory(Boolean mandatory)
If this is
true, the record field must be present in therecordFieldsparameter provided to a CreateDelivery or UpdateDeliveryConfiguration operation.- Parameters:
mandatory- If this istrue, the record field must be present in therecordFieldsparameter provided to a CreateDelivery or UpdateDeliveryConfiguration operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-