Interface SplunkDestinationUpdate.Builder

    • Method Detail

      • hecEndpoint

        SplunkDestinationUpdate.Builder hecEndpoint​(String 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

        SplunkDestinationUpdate.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, HECEndpointType
      • hecToken

        SplunkDestinationUpdate.Builder hecToken​(String hecToken)

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

        Parameters:
        hecToken - 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

        SplunkDestinationUpdate.Builder hecAcknowledgmentTimeoutInSeconds​(Integer hecAcknowledgmentTimeoutInSeconds)

        The amount of time that Kinesis Data Firehose waits to receive an acknowledgment from Splunk after it sends 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 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

        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.

        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.
      • s3BackupMode

        SplunkDestinationUpdate.Builder s3BackupMode​(String s3BackupMode)

        Specifies how you want Kinesis Data Firehose to back up documents to Amazon S3. When set to FailedDocumentsOnly, 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 - Specifies how you want Kinesis Data Firehose to back up documents to Amazon S3. When set to FailedDocumentsOnly, 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:
        SplunkS3BackupMode, SplunkS3BackupMode
      • s3BackupMode

        SplunkDestinationUpdate.Builder s3BackupMode​(SplunkS3BackupMode s3BackupMode)

        Specifies how you want Kinesis Data Firehose to back up documents to Amazon S3. When set to FailedDocumentsOnly, 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 - Specifies how you want Kinesis Data Firehose to back up documents to Amazon S3. When set to FailedDocumentsOnly, 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:
        SplunkS3BackupMode, SplunkS3BackupMode
      • s3Update

        SplunkDestinationUpdate.Builder s3Update​(S3DestinationUpdate s3Update)

        Your update to the configuration of the backup Amazon S3 location.

        Parameters:
        s3Update - Your update to the configuration of the backup Amazon S3 location.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • processingConfiguration

        SplunkDestinationUpdate.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.
      • cloudWatchLoggingOptions

        SplunkDestinationUpdate.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.
      • bufferingHints

        SplunkDestinationUpdate.Builder bufferingHints​(SplunkBufferingHints bufferingHints)

        The buffering options. If no value is specified, the default values for Splunk are used.

        Parameters:
        bufferingHints - The buffering options. If no value is specified, the default values for Splunk are used.
        Returns:
        Returns a reference to this object so that method calls can be chained together.