public static interface SplunkDestinationUpdate.Builder extends SdkPojo, CopyableBuilder<SplunkDestinationUpdate.Builder,SplunkDestinationUpdate>
| Modifier and Type | Method and Description | 
|---|---|
SplunkDestinationUpdate.Builder | 
cloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
 The Amazon CloudWatch logging options for your delivery stream. 
 | 
default SplunkDestinationUpdate.Builder | 
cloudWatchLoggingOptions(Consumer<CloudWatchLoggingOptions.Builder> cloudWatchLoggingOptions)
 The Amazon CloudWatch logging options for your delivery stream. 
 | 
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 | 
hecEndpoint(String hecEndpoint)
 The HTTP Event Collector (HEC) endpoint to which Kinesis Data Firehose sends your data. 
 | 
SplunkDestinationUpdate.Builder | 
hecEndpointType(HECEndpointType hecEndpointType)
 This type can be either "Raw" or "Event." 
 | 
SplunkDestinationUpdate.Builder | 
hecEndpointType(String hecEndpointType)
 This type can be either "Raw" or "Event." 
 | 
SplunkDestinationUpdate.Builder | 
hecToken(String hecToken)
 A GUID that you obtain from your Splunk cluster when you create a new HEC endpoint. 
 | 
default SplunkDestinationUpdate.Builder | 
processingConfiguration(Consumer<ProcessingConfiguration.Builder> processingConfiguration)
 The data processing configuration. 
 | 
SplunkDestinationUpdate.Builder | 
processingConfiguration(ProcessingConfiguration processingConfiguration)
 The data processing configuration. 
 | 
default 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 | 
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 | 
s3BackupMode(SplunkS3BackupMode s3BackupMode)
 Defines how documents should be delivered to Amazon S3. 
 | 
SplunkDestinationUpdate.Builder | 
s3BackupMode(String s3BackupMode)
 Defines how documents should be delivered to Amazon S3. 
 | 
default SplunkDestinationUpdate.Builder | 
s3Update(Consumer<S3DestinationUpdate.Builder> s3Update)
 Your update to the configuration of the backup Amazon S3 location. 
 | 
SplunkDestinationUpdate.Builder | 
s3Update(S3DestinationUpdate s3Update)
 Your update to the configuration of the backup Amazon S3 location. 
 | 
copyapplyMutation, buildSplunkDestinationUpdate.Builder hecEndpoint(String hecEndpoint)
The HTTP Event Collector (HEC) endpoint to which Kinesis Data Firehose sends your data.
hecEndpoint - The HTTP Event Collector (HEC) endpoint to which Kinesis Data Firehose sends your data.SplunkDestinationUpdate.Builder hecEndpointType(String hecEndpointType)
This type can be either "Raw" or "Event."
hecEndpointType - This type can be either "Raw" or "Event."HECEndpointType, 
HECEndpointTypeSplunkDestinationUpdate.Builder hecEndpointType(HECEndpointType hecEndpointType)
This type can be either "Raw" or "Event."
hecEndpointType - This type can be either "Raw" or "Event."HECEndpointType, 
HECEndpointTypeSplunkDestinationUpdate.Builder hecToken(String hecToken)
A GUID that you obtain from your Splunk cluster when you create a new HEC endpoint.
hecToken - A GUID that you obtain from your Splunk cluster when you create a new HEC endpoint.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.
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.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.
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.default 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.
This is a convenience that creates an instance of theSplunkRetryOptions.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).retryOptions - a consumer that will call methods on SplunkRetryOptions.BuilderretryOptions(SplunkRetryOptions)SplunkDestinationUpdate.Builder s3BackupMode(String s3BackupMode)
 Defines how documents should be delivered 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
 AllDocuments, Kinesis Data Firehose delivers all incoming records to Amazon S3, and also writes
 failed documents to Amazon S3. Default value is FailedDocumentsOnly.
 
s3BackupMode - Defines how documents should be delivered 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 AllDocuments, Kinesis Data Firehose delivers all incoming
        records to Amazon S3, and also writes failed documents to Amazon S3. Default value is
        FailedDocumentsOnly.SplunkS3BackupMode, 
SplunkS3BackupModeSplunkDestinationUpdate.Builder s3BackupMode(SplunkS3BackupMode s3BackupMode)
 Defines how documents should be delivered 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
 AllDocuments, Kinesis Data Firehose delivers all incoming records to Amazon S3, and also writes
 failed documents to Amazon S3. Default value is FailedDocumentsOnly.
 
s3BackupMode - Defines how documents should be delivered 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 AllDocuments, Kinesis Data Firehose delivers all incoming
        records to Amazon S3, and also writes failed documents to Amazon S3. Default value is
        FailedDocumentsOnly.SplunkS3BackupMode, 
SplunkS3BackupModeSplunkDestinationUpdate.Builder s3Update(S3DestinationUpdate s3Update)
Your update to the configuration of the backup Amazon S3 location.
s3Update - Your update to the configuration of the backup Amazon S3 location.default SplunkDestinationUpdate.Builder s3Update(Consumer<S3DestinationUpdate.Builder> s3Update)
Your update to the configuration of the backup Amazon S3 location.
This is a convenience that creates an instance of theS3DestinationUpdate.Builder avoiding the need
 to create one manually via S3DestinationUpdate.builder().
 When the Consumer completes, SdkBuilder.build() is called immediately and
 its result is passed to s3Update(S3DestinationUpdate).s3Update - a consumer that will call methods on S3DestinationUpdate.Builders3Update(S3DestinationUpdate)SplunkDestinationUpdate.Builder processingConfiguration(ProcessingConfiguration processingConfiguration)
The data processing configuration.
processingConfiguration - The data processing configuration.default SplunkDestinationUpdate.Builder processingConfiguration(Consumer<ProcessingConfiguration.Builder> processingConfiguration)
The data processing configuration.
This is a convenience that creates an instance of theProcessingConfiguration.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).processingConfiguration - a consumer that will call methods on ProcessingConfiguration.BuilderprocessingConfiguration(ProcessingConfiguration)SplunkDestinationUpdate.Builder cloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
The Amazon CloudWatch logging options for your delivery stream.
cloudWatchLoggingOptions - The Amazon CloudWatch logging options for your delivery stream.default SplunkDestinationUpdate.Builder cloudWatchLoggingOptions(Consumer<CloudWatchLoggingOptions.Builder> cloudWatchLoggingOptions)
The Amazon CloudWatch logging options for your delivery stream.
This is a convenience that creates an instance of theCloudWatchLoggingOptions.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).cloudWatchLoggingOptions - a consumer that will call methods on CloudWatchLoggingOptions.BuildercloudWatchLoggingOptions(CloudWatchLoggingOptions)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.