| Package | Description |
|---|---|
| software.amazon.awssdk.services.firehose.model |
| Modifier and Type | Method and Description |
|---|---|
static SplunkDestinationUpdate.Builder |
SplunkDestinationUpdate.builder() |
SplunkDestinationUpdate.Builder |
SplunkDestinationUpdate.Builder.cloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
The Amazon CloudWatch logging options for your delivery stream.
|
default SplunkDestinationUpdate.Builder |
SplunkDestinationUpdate.Builder.cloudWatchLoggingOptions(Consumer<CloudWatchLoggingOptions.Builder> cloudWatchLoggingOptions)
The Amazon CloudWatch logging options for your delivery stream.
|
SplunkDestinationUpdate.Builder |
SplunkDestinationUpdate.Builder.hecAcknowledgmentTimeoutInSeconds(Integer hecAcknowledgmentTimeoutInSeconds)
The amount of time that Kinesis Data 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 Kinesis Data Firehose sends your data.
|
SplunkDestinationUpdate.Builder |
SplunkDestinationUpdate.Builder.hecEndpointType(HECEndpointType hecEndpointType)
This type can be either "Raw" or "Event."
|
SplunkDestinationUpdate.Builder |
SplunkDestinationUpdate.Builder.hecEndpointType(String 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 Kinesis Data 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 Kinesis Data 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(SplunkS3BackupMode s3BackupMode)
Specifies how you want Kinesis Data Firehose to back up documents to Amazon S3.
|
SplunkDestinationUpdate.Builder |
SplunkDestinationUpdate.Builder.s3BackupMode(String s3BackupMode)
Specifies how you want Kinesis Data 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.
|
SplunkDestinationUpdate.Builder |
SplunkDestinationUpdate.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SplunkDestinationUpdate.Builder> |
SplunkDestinationUpdate.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateDestinationRequest.Builder |
UpdateDestinationRequest.Builder.splunkDestinationUpdate(Consumer<SplunkDestinationUpdate.Builder> splunkDestinationUpdate)
Describes an update for a destination in Splunk.
|
Copyright © 2023. All rights reserved.