Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.RecordField.Builder
-
Packages that use RecordField.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of RecordField.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return RecordField.Builder Modifier and Type Method Description static RecordField.BuilderRecordField. builder()RecordField.BuilderRecordField.Builder. mandatory(Boolean mandatory)If this istrue, the record field must be present in therecordFieldsparameter provided to a CreateDelivery or UpdateDeliveryConfiguration operation.RecordField.BuilderRecordField.Builder. name(String name)The name to use when specifying this record field in a CreateDelivery or UpdateDeliveryConfiguration operation.RecordField.BuilderRecordField. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type RecordField.Builder Modifier and Type Method Description static Class<? extends RecordField.Builder>RecordField. serializableBuilderClass()
-