Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.ConfigurationTemplate.Builder
Packages that use ConfigurationTemplate.Builder
-
Uses of ConfigurationTemplate.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return ConfigurationTemplate.BuilderModifier and TypeMethodDescriptionConfigurationTemplate.Builder.allowedActionForAllowVendedLogsDeliveryForResource(String allowedActionForAllowVendedLogsDeliveryForResource) The action permissions that a caller needs to have to be able to successfully create a delivery source on the desired resource type when calling PutDeliverySource.ConfigurationTemplate.Builder.allowedFieldDelimiters(String... allowedFieldDelimiters) The valid values that a caller can use as field delimiters when calling CreateDelivery or UpdateDeliveryConfiguration on a delivery that delivers inPlain,W3C, orRawformat.ConfigurationTemplate.Builder.allowedFieldDelimiters(Collection<String> allowedFieldDelimiters) The valid values that a caller can use as field delimiters when calling CreateDelivery or UpdateDeliveryConfiguration on a delivery that delivers inPlain,W3C, orRawformat.ConfigurationTemplate.Builder.allowedFields(Collection<RecordField> allowedFields) The allowed fields that a caller can use in therecordFieldsparameter of a CreateDelivery or UpdateDeliveryConfiguration operation.ConfigurationTemplate.Builder.allowedFields(Consumer<RecordField.Builder>... allowedFields) The allowed fields that a caller can use in therecordFieldsparameter of a CreateDelivery or UpdateDeliveryConfiguration operation.ConfigurationTemplate.Builder.allowedFields(RecordField... allowedFields) The allowed fields that a caller can use in therecordFieldsparameter of a CreateDelivery or UpdateDeliveryConfiguration operation.ConfigurationTemplate.Builder.allowedOutputFormats(Collection<OutputFormat> allowedOutputFormats) The list of delivery destination output formats that are supported by this log source.ConfigurationTemplate.Builder.allowedOutputFormats(OutputFormat... allowedOutputFormats) The list of delivery destination output formats that are supported by this log source.ConfigurationTemplate.Builder.allowedOutputFormatsWithStrings(String... allowedOutputFormats) The list of delivery destination output formats that are supported by this log source.ConfigurationTemplate.Builder.allowedOutputFormatsWithStrings(Collection<String> allowedOutputFormats) The list of delivery destination output formats that are supported by this log source.ConfigurationTemplate.Builder.allowedSuffixPathFields(String... allowedSuffixPathFields) The list of variable fields that can be used in the suffix path of a delivery that delivers to an S3 bucket.ConfigurationTemplate.Builder.allowedSuffixPathFields(Collection<String> allowedSuffixPathFields) The list of variable fields that can be used in the suffix path of a delivery that delivers to an S3 bucket.ConfigurationTemplate.builder()default ConfigurationTemplate.BuilderConfigurationTemplate.Builder.defaultDeliveryConfigValues(Consumer<ConfigurationTemplateDeliveryConfigValues.Builder> defaultDeliveryConfigValues) A mapping that displays the default value of each property within a delivery's configuration, if it is not specified in the request.ConfigurationTemplate.Builder.defaultDeliveryConfigValues(ConfigurationTemplateDeliveryConfigValues defaultDeliveryConfigValues) A mapping that displays the default value of each property within a delivery's configuration, if it is not specified in the request.ConfigurationTemplate.Builder.deliveryDestinationType(String deliveryDestinationType) A string specifying which destination type this configuration template applies to.ConfigurationTemplate.Builder.deliveryDestinationType(DeliveryDestinationType deliveryDestinationType) A string specifying which destination type this configuration template applies to.ConfigurationTemplate.Builder.deliverySourceConfiguration(Collection<DeliverySourceConfigurationSchema> deliverySourceConfiguration) The schema of the delivery source configuration that is available for this log type.ConfigurationTemplate.Builder.deliverySourceConfiguration(Consumer<DeliverySourceConfigurationSchema.Builder>... deliverySourceConfiguration) The schema of the delivery source configuration that is available for this log type.ConfigurationTemplate.Builder.deliverySourceConfiguration(DeliverySourceConfigurationSchema... deliverySourceConfiguration) The schema of the delivery source configuration that is available for this log type.A string specifying which log type this configuration template applies to.ConfigurationTemplate.Builder.resourceType(String resourceType) A string specifying which resource type this configuration template applies to.default ConfigurationTemplate.BuilderConfigurationTemplate.Builder.s3TablesIntegration(Consumer<S3TablesIntegration.Builder> s3TablesIntegration) The S3 Tables integration configuration for this configuration template, including the datasource name and type.ConfigurationTemplate.Builder.s3TablesIntegration(S3TablesIntegration s3TablesIntegration) The S3 Tables integration configuration for this configuration template, including the datasource name and type.A string specifying which service this configuration template applies to.ConfigurationTemplate.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type ConfigurationTemplate.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ConfigurationTemplate.Builder>ConfigurationTemplate.serializableBuilderClass()