Interface SplunkDestinationConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SplunkDestinationConfiguration.Builder,SplunkDestinationConfiguration>, SdkBuilder<SplunkDestinationConfiguration.Builder,SplunkDestinationConfiguration>, SdkPojo
Enclosing class:
SplunkDestinationConfiguration

public static interface SplunkDestinationConfiguration.Builder extends SdkPojo, CopyableBuilder<SplunkDestinationConfiguration.Builder,SplunkDestinationConfiguration>
  • Method Details

    • hecEndpoint

      The HTTP Event Collector (HEC) endpoint to which Kinesis Data Firehose sends your data.

      Parameters:
      hecEndpoint - The HTTP Event Collector (HEC) endpoint to which Kinesis Data Firehose sends your data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hecEndpointType

      SplunkDestinationConfiguration.Builder hecEndpointType(String hecEndpointType)

      This type can be either "Raw" or "Event."

      Parameters:
      hecEndpointType - This type can be either "Raw" or "Event."
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • hecEndpointType

      SplunkDestinationConfiguration.Builder hecEndpointType(HECEndpointType hecEndpointType)

      This type can be either "Raw" or "Event."

      Parameters:
      hecEndpointType - This type can be either "Raw" or "Event."
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • hecToken

      This is a GUID that you obtain from your Splunk cluster when you create a new HEC endpoint.

      Parameters:
      hecToken - This is a GUID that you obtain from your Splunk cluster when you create a new HEC endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hecAcknowledgmentTimeoutInSeconds

      SplunkDestinationConfiguration.Builder hecAcknowledgmentTimeoutInSeconds(Integer hecAcknowledgmentTimeoutInSeconds)

      The amount of time that Kinesis Data Firehose waits to receive an acknowledgment from Splunk after it sends it data. At the end of the timeout period, Kinesis Data Firehose either tries to send the data again or considers it an error, based on your retry settings.

      Parameters:
      hecAcknowledgmentTimeoutInSeconds - The amount of time that Kinesis Data Firehose waits to receive an acknowledgment from Splunk after it sends it data. At the end of the timeout period, Kinesis Data Firehose either tries to send the data again or considers it an error, based on your retry settings.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      This is a convenience method that creates an instance of the SplunkRetryOptions.Builder avoiding the need to create one manually via SplunkRetryOptions.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to retryOptions(SplunkRetryOptions).

      Parameters:
      retryOptions - a consumer that will call methods on SplunkRetryOptions.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • s3BackupMode

      SplunkDestinationConfiguration.Builder s3BackupMode(String s3BackupMode)

      Defines how documents should be delivered to Amazon S3. When set to FailedEventsOnly, Kinesis Data Firehose writes any data that could not be indexed to the configured Amazon S3 destination. When set to AllEvents, Kinesis Data Firehose delivers all incoming records to Amazon S3, and also writes failed documents to Amazon S3. The default value is FailedEventsOnly.

      You can update this backup mode from FailedEventsOnly to AllEvents. You can't update it from AllEvents to FailedEventsOnly.

      Parameters:
      s3BackupMode - Defines how documents should be delivered to Amazon S3. When set to FailedEventsOnly, Kinesis Data Firehose writes any data that could not be indexed to the configured Amazon S3 destination. When set to AllEvents, Kinesis Data Firehose delivers all incoming records to Amazon S3, and also writes failed documents to Amazon S3. The default value is FailedEventsOnly.

      You can update this backup mode from FailedEventsOnly to AllEvents. You can't update it from AllEvents to FailedEventsOnly.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • s3BackupMode

      Defines how documents should be delivered to Amazon S3. When set to FailedEventsOnly, Kinesis Data Firehose writes any data that could not be indexed to the configured Amazon S3 destination. When set to AllEvents, Kinesis Data Firehose delivers all incoming records to Amazon S3, and also writes failed documents to Amazon S3. The default value is FailedEventsOnly.

      You can update this backup mode from FailedEventsOnly to AllEvents. You can't update it from AllEvents to FailedEventsOnly.

      Parameters:
      s3BackupMode - Defines how documents should be delivered to Amazon S3. When set to FailedEventsOnly, Kinesis Data Firehose writes any data that could not be indexed to the configured Amazon S3 destination. When set to AllEvents, Kinesis Data Firehose delivers all incoming records to Amazon S3, and also writes failed documents to Amazon S3. The default value is FailedEventsOnly.

      You can update this backup mode from FailedEventsOnly to AllEvents. You can't update it from AllEvents to FailedEventsOnly.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • s3Configuration

      The configuration for the backup Amazon S3 location.

      Parameters:
      s3Configuration - The configuration for the backup Amazon S3 location.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3Configuration

      The configuration for the backup Amazon S3 location.

      This is a convenience method that creates an instance of the S3DestinationConfiguration.Builder avoiding the need to create one manually via S3DestinationConfiguration.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to s3Configuration(S3DestinationConfiguration).

      Parameters:
      s3Configuration - a consumer that will call methods on S3DestinationConfiguration.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • processingConfiguration

      SplunkDestinationConfiguration.Builder processingConfiguration(ProcessingConfiguration processingConfiguration)

      The data processing configuration.

      Parameters:
      processingConfiguration - The data processing configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • processingConfiguration

      default SplunkDestinationConfiguration.Builder processingConfiguration(Consumer<ProcessingConfiguration.Builder> processingConfiguration)

      The data processing configuration.

      This is a convenience method that creates an instance of the ProcessingConfiguration.Builder avoiding the need to create one manually via ProcessingConfiguration.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to processingConfiguration(ProcessingConfiguration).

      Parameters:
      processingConfiguration - a consumer that will call methods on ProcessingConfiguration.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • cloudWatchLoggingOptions

      SplunkDestinationConfiguration.Builder cloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)

      The Amazon CloudWatch logging options for your delivery stream.

      Parameters:
      cloudWatchLoggingOptions - The Amazon CloudWatch logging options for your delivery stream.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cloudWatchLoggingOptions

      default SplunkDestinationConfiguration.Builder cloudWatchLoggingOptions(Consumer<CloudWatchLoggingOptions.Builder> cloudWatchLoggingOptions)

      The Amazon CloudWatch logging options for your delivery stream.

      This is a convenience method that creates an instance of the CloudWatchLoggingOptions.Builder avoiding the need to create one manually via CloudWatchLoggingOptions.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to cloudWatchLoggingOptions(CloudWatchLoggingOptions).

      Parameters:
      cloudWatchLoggingOptions - a consumer that will call methods on CloudWatchLoggingOptions.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: