ConfigurationTemplate.Builder |
ConfigurationTemplate.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 |
ConfigurationTemplate.Builder.allowedFieldDelimiters(String... allowedFieldDelimiters) |
|
ConfigurationTemplate.Builder |
ConfigurationTemplate.Builder.allowedFieldDelimiters(Collection<String> allowedFieldDelimiters) |
|
ConfigurationTemplate.Builder |
ConfigurationTemplate.Builder.allowedFields(Collection<RecordField> allowedFields) |
|
ConfigurationTemplate.Builder |
ConfigurationTemplate.Builder.allowedFields(Consumer<RecordField.Builder>... allowedFields) |
|
ConfigurationTemplate.Builder |
ConfigurationTemplate.Builder.allowedFields(RecordField... allowedFields) |
|
ConfigurationTemplate.Builder |
ConfigurationTemplate.Builder.allowedOutputFormats(Collection<OutputFormat> allowedOutputFormats) |
The list of delivery destination output formats that are supported by this log source.
|
ConfigurationTemplate.Builder |
ConfigurationTemplate.Builder.allowedOutputFormats(OutputFormat... allowedOutputFormats) |
The list of delivery destination output formats that are supported by this log source.
|
ConfigurationTemplate.Builder |
ConfigurationTemplate.Builder.allowedOutputFormatsWithStrings(String... allowedOutputFormats) |
The list of delivery destination output formats that are supported by this log source.
|
ConfigurationTemplate.Builder |
ConfigurationTemplate.Builder.allowedOutputFormatsWithStrings(Collection<String> allowedOutputFormats) |
The list of delivery destination output formats that are supported by this log source.
|
ConfigurationTemplate.Builder |
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 |
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.
|
static ConfigurationTemplate.Builder |
ConfigurationTemplate.builder() |
|
default ConfigurationTemplate.Builder |
ConfigurationTemplate.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 |
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 |
ConfigurationTemplate.Builder.deliveryDestinationType(String deliveryDestinationType) |
A string specifying which destination type this configuration template applies to.
|
ConfigurationTemplate.Builder |
ConfigurationTemplate.Builder.deliveryDestinationType(DeliveryDestinationType deliveryDestinationType) |
A string specifying which destination type this configuration template applies to.
|
ConfigurationTemplate.Builder |
ConfigurationTemplate.Builder.logType(String logType) |
A string specifying which log type this configuration template applies to.
|
ConfigurationTemplate.Builder |
ConfigurationTemplate.Builder.resourceType(String resourceType) |
A string specifying which resource type this configuration template applies to.
|
ConfigurationTemplate.Builder |
ConfigurationTemplate.Builder.service(String service) |
A string specifying which service this configuration template applies to.
|
ConfigurationTemplate.Builder |
ConfigurationTemplate.toBuilder() |
|