default SplunkDestinationUpdate.Builder |
SplunkDestinationUpdate.Builder.bufferingHints(Consumer<SplunkBufferingHints.Builder> bufferingHints) |
The buffering options.
|
SplunkDestinationUpdate.Builder |
SplunkDestinationUpdate.Builder.bufferingHints(SplunkBufferingHints bufferingHints) |
The buffering options.
|
static SplunkDestinationUpdate.Builder |
SplunkDestinationUpdate.builder() |
|
default SplunkDestinationUpdate.Builder |
SplunkDestinationUpdate.Builder.cloudWatchLoggingOptions(Consumer<CloudWatchLoggingOptions.Builder> cloudWatchLoggingOptions) |
The Amazon CloudWatch logging options for your delivery stream.
|
SplunkDestinationUpdate.Builder |
SplunkDestinationUpdate.Builder.cloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions) |
The Amazon CloudWatch logging options for your delivery stream.
|
SplunkDestinationUpdate.Builder |
SplunkDestinationUpdate.Builder.hecAcknowledgmentTimeoutInSeconds(Integer hecAcknowledgmentTimeoutInSeconds) |
The amount of time that Firehose waits to receive an acknowledgment from Splunk after it sends data.
|
SplunkDestinationUpdate.Builder |
SplunkDestinationUpdate.Builder.hecEndpoint(String hecEndpoint) |
The HTTP Event Collector (HEC) endpoint to which Firehose sends your data.
|
SplunkDestinationUpdate.Builder |
SplunkDestinationUpdate.Builder.hecEndpointType(String hecEndpointType) |
This type can be either "Raw" or "Event."
|
SplunkDestinationUpdate.Builder |
SplunkDestinationUpdate.Builder.hecEndpointType(HECEndpointType hecEndpointType) |
This type can be either "Raw" or "Event."
|
SplunkDestinationUpdate.Builder |
SplunkDestinationUpdate.Builder.hecToken(String hecToken) |
A GUID that you obtain from your Splunk cluster when you create a new HEC endpoint.
|
default SplunkDestinationUpdate.Builder |
SplunkDestinationUpdate.Builder.processingConfiguration(Consumer<ProcessingConfiguration.Builder> processingConfiguration) |
The data processing configuration.
|
SplunkDestinationUpdate.Builder |
SplunkDestinationUpdate.Builder.processingConfiguration(ProcessingConfiguration processingConfiguration) |
The data processing configuration.
|
default SplunkDestinationUpdate.Builder |
SplunkDestinationUpdate.Builder.retryOptions(Consumer<SplunkRetryOptions.Builder> retryOptions) |
The retry behavior in case Firehose is unable to deliver data to Splunk or if it doesn't receive an
acknowledgment of receipt from Splunk.
|
SplunkDestinationUpdate.Builder |
SplunkDestinationUpdate.Builder.retryOptions(SplunkRetryOptions retryOptions) |
The retry behavior in case Firehose is unable to deliver data to Splunk or if it doesn't receive an
acknowledgment of receipt from Splunk.
|
SplunkDestinationUpdate.Builder |
SplunkDestinationUpdate.Builder.s3BackupMode(String s3BackupMode) |
Specifies how you want Firehose to back up documents to Amazon S3.
|
SplunkDestinationUpdate.Builder |
SplunkDestinationUpdate.Builder.s3BackupMode(SplunkS3BackupMode s3BackupMode) |
Specifies how you want Firehose to back up documents to Amazon S3.
|
default SplunkDestinationUpdate.Builder |
SplunkDestinationUpdate.Builder.s3Update(Consumer<S3DestinationUpdate.Builder> s3Update) |
Your update to the configuration of the backup Amazon S3 location.
|
SplunkDestinationUpdate.Builder |
SplunkDestinationUpdate.Builder.s3Update(S3DestinationUpdate s3Update) |
Your update to the configuration of the backup Amazon S3 location.
|
default SplunkDestinationUpdate.Builder |
SplunkDestinationUpdate.Builder.secretsManagerConfiguration(Consumer<SecretsManagerConfiguration.Builder> secretsManagerConfiguration) |
The configuration that defines how you access secrets for Splunk.
|
SplunkDestinationUpdate.Builder |
SplunkDestinationUpdate.Builder.secretsManagerConfiguration(SecretsManagerConfiguration secretsManagerConfiguration) |
The configuration that defines how you access secrets for Splunk.
|
SplunkDestinationUpdate.Builder |
SplunkDestinationUpdate.toBuilder() |
|