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
Modifier and TypeMethodDescriptionIf this istrue
, the record field must be present in therecordFields
parameter provided to a CreateDelivery or UpdateDeliveryConfiguration operation.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, sdkFields
-
Method Details
-
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
If this is
true
, the record field must be present in therecordFields
parameter provided to a CreateDelivery or UpdateDeliveryConfiguration operation.- Parameters:
mandatory
- If this istrue
, the record field must be present in therecordFields
parameter provided to a CreateDelivery or UpdateDeliveryConfiguration operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-