public static interface SplunkDestinationUpdate.Builder extends CopyableBuilder<SplunkDestinationUpdate.Builder,SplunkDestinationUpdate>
Modifier and Type | Method and Description |
---|---|
SplunkDestinationUpdate.Builder |
cloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
The CloudWatch logging options for your delivery stream.
|
default SplunkDestinationUpdate.Builder |
cloudWatchLoggingOptions(Consumer<CloudWatchLoggingOptions.Builder> cloudWatchLoggingOptions)
The CloudWatch logging options for your delivery stream.
|
SplunkDestinationUpdate.Builder |
hecAcknowledgmentTimeoutInSeconds(Integer hecAcknowledgmentTimeoutInSeconds)
The amount of time that Kinesis Firehose waits to receive an acknowledgment from Splunk after it sends it
data.
|
SplunkDestinationUpdate.Builder |
hecEndpoint(String hecEndpoint)
The HTTP Event Collector (HEC) endpoint to which Kinesis 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)
This is a GUID 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 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 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.
|
copy
applyMutation, build
SplunkDestinationUpdate.Builder hecEndpoint(String hecEndpoint)
The HTTP Event Collector (HEC) endpoint to which Kinesis Firehose sends your data.
hecEndpoint
- The HTTP Event Collector (HEC) endpoint to which Kinesis 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
,
HECEndpointType
SplunkDestinationUpdate.Builder hecEndpointType(HECEndpointType hecEndpointType)
This type can be either "Raw" or "Event".
hecEndpointType
- This type can be either "Raw" or "Event".HECEndpointType
,
HECEndpointType
SplunkDestinationUpdate.Builder hecToken(String hecToken)
This is a GUID you obtain from your Splunk cluster when you create a new HEC endpoint.
hecToken
- This is a GUID you obtain from your Splunk cluster when you create a new HEC endpoint.SplunkDestinationUpdate.Builder hecAcknowledgmentTimeoutInSeconds(Integer hecAcknowledgmentTimeoutInSeconds)
The amount of time that Kinesis Firehose waits to receive an acknowledgment from Splunk after it sends it data. At the end of the timeout period Kinesis 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 Firehose waits to receive an acknowledgment from Splunk after it sends
it data. At the end of the timeout period Kinesis 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 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 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 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.Builder
retryOptions(SplunkRetryOptions)
SplunkDestinationUpdate.Builder s3BackupMode(String s3BackupMode)
Defines how documents should be delivered to Amazon S3. When set to FailedDocumentsOnly
, Kinesis
Firehose writes any data that could not be indexed to the configured Amazon S3 destination. When set to
AllDocuments
, Kinesis 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 Firehose writes any data that could not be indexed to the configured Amazon S3 destination.
When set to AllDocuments
, Kinesis Firehose delivers all incoming records to Amazon S3,
and also writes failed documents to Amazon S3. Default value is FailedDocumentsOnly
.SplunkS3BackupMode
,
SplunkS3BackupMode
SplunkDestinationUpdate.Builder s3BackupMode(SplunkS3BackupMode s3BackupMode)
Defines how documents should be delivered to Amazon S3. When set to FailedDocumentsOnly
, Kinesis
Firehose writes any data that could not be indexed to the configured Amazon S3 destination. When set to
AllDocuments
, Kinesis 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 Firehose writes any data that could not be indexed to the configured Amazon S3 destination.
When set to AllDocuments
, Kinesis Firehose delivers all incoming records to Amazon S3,
and also writes failed documents to Amazon S3. Default value is FailedDocumentsOnly
.SplunkS3BackupMode
,
SplunkS3BackupMode
SplunkDestinationUpdate.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.Builder
s3Update(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.Builder
processingConfiguration(ProcessingConfiguration)
SplunkDestinationUpdate.Builder cloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
The CloudWatch logging options for your delivery stream.
cloudWatchLoggingOptions
- The CloudWatch logging options for your delivery stream.default SplunkDestinationUpdate.Builder cloudWatchLoggingOptions(Consumer<CloudWatchLoggingOptions.Builder> cloudWatchLoggingOptions)
The 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.Builder
cloudWatchLoggingOptions(CloudWatchLoggingOptions)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.