Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.DeliverySourceConfigurationSchema.Builder
Packages that use DeliverySourceConfigurationSchema.Builder
-
Uses of DeliverySourceConfigurationSchema.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return DeliverySourceConfigurationSchema.BuilderModifier and TypeMethodDescriptionDeliverySourceConfigurationSchema.builder()DeliverySourceConfigurationSchema.Builder.defaultValue(String defaultValue) The default value of the configuration that is used when a value is not specified in a PutDeliverySource request.The name of the configuration.The maximum numeric value allowed for the configuration.The minimum numeric value allowed for the configuration.DeliverySourceConfigurationSchema.Builder.supportedValues(String... supportedValues) The list of allowed values for the configuration.DeliverySourceConfigurationSchema.Builder.supportedValues(Collection<String> supportedValues) The list of allowed values for the configuration.DeliverySourceConfigurationSchema.toBuilder()The data type of the configuration value.DeliverySourceConfigurationSchema.Builder.valueType(DeliverySourceConfigurationSchemaValueType valueType) The data type of the configuration value.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type DeliverySourceConfigurationSchema.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeliverySourceConfigurationSchema.Builder>DeliverySourceConfigurationSchema.serializableBuilderClass()