public static interface SplunkDestinationDescription.Builder extends CopyableBuilder<SplunkDestinationDescription.Builder,SplunkDestinationDescription>
Modifier and Type | Method and Description |
---|---|
SplunkDestinationDescription.Builder |
cloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
The CloudWatch logging options for your delivery stream.
|
default SplunkDestinationDescription.Builder |
cloudWatchLoggingOptions(Consumer<CloudWatchLoggingOptions.Builder> cloudWatchLoggingOptions)
The CloudWatch logging options for your delivery stream.
|
SplunkDestinationDescription.Builder |
hecAcknowledgmentTimeoutInSeconds(Integer hecAcknowledgmentTimeoutInSeconds)
The amount of time that Kinesis Firehose waits to receive an acknowledgment from Splunk after it sends it
data.
|
SplunkDestinationDescription.Builder |
hecEndpoint(String hecEndpoint)
The HTTP Event Collector (HEC) endpoint to which Kinesis Firehose sends your data.
|
SplunkDestinationDescription.Builder |
hecEndpointType(HECEndpointType hecEndpointType)
This type can be either "Raw" or "Event".
|
SplunkDestinationDescription.Builder |
hecEndpointType(String hecEndpointType)
This type can be either "Raw" or "Event".
|
SplunkDestinationDescription.Builder |
hecToken(String hecToken)
This is a GUID you obtain from your Splunk cluster when you create a new HEC endpoint.
|
default SplunkDestinationDescription.Builder |
processingConfiguration(Consumer<ProcessingConfiguration.Builder> processingConfiguration)
The data processing configuration.
|
SplunkDestinationDescription.Builder |
processingConfiguration(ProcessingConfiguration processingConfiguration)
The data processing configuration.
|
default SplunkDestinationDescription.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.
|
SplunkDestinationDescription.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.
|
SplunkDestinationDescription.Builder |
s3BackupMode(SplunkS3BackupMode s3BackupMode)
Defines how documents should be delivered to Amazon S3.
|
SplunkDestinationDescription.Builder |
s3BackupMode(String s3BackupMode)
Defines how documents should be delivered to Amazon S3.
|
default SplunkDestinationDescription.Builder |
s3DestinationDescription(Consumer<S3DestinationDescription.Builder> s3DestinationDescription)
The Amazon S3 destination.>
|
SplunkDestinationDescription.Builder |
s3DestinationDescription(S3DestinationDescription s3DestinationDescription)
The Amazon S3 destination.>
|
copy
applyMutation, build
SplunkDestinationDescription.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.SplunkDestinationDescription.Builder hecEndpointType(String hecEndpointType)
This type can be either "Raw" or "Event".
hecEndpointType
- This type can be either "Raw" or "Event".HECEndpointType
,
HECEndpointType
SplunkDestinationDescription.Builder hecEndpointType(HECEndpointType hecEndpointType)
This type can be either "Raw" or "Event".
hecEndpointType
- This type can be either "Raw" or "Event".HECEndpointType
,
HECEndpointType
SplunkDestinationDescription.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.SplunkDestinationDescription.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.SplunkDestinationDescription.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 SplunkDestinationDescription.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)
SplunkDestinationDescription.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
SplunkDestinationDescription.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
SplunkDestinationDescription.Builder s3DestinationDescription(S3DestinationDescription s3DestinationDescription)
The Amazon S3 destination.>
s3DestinationDescription
- The Amazon S3 destination.>default SplunkDestinationDescription.Builder s3DestinationDescription(Consumer<S3DestinationDescription.Builder> s3DestinationDescription)
The Amazon S3 destination.>
This is a convenience that creates an instance of theS3DestinationDescription.Builder
avoiding the
need to create one manually via S3DestinationDescription.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to s3DestinationDescription(S3DestinationDescription)
.s3DestinationDescription
- a consumer that will call methods on S3DestinationDescription.Builder
s3DestinationDescription(S3DestinationDescription)
SplunkDestinationDescription.Builder processingConfiguration(ProcessingConfiguration processingConfiguration)
The data processing configuration.
processingConfiguration
- The data processing configuration.default SplunkDestinationDescription.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)
SplunkDestinationDescription.Builder cloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
The CloudWatch logging options for your delivery stream.
cloudWatchLoggingOptions
- The CloudWatch logging options for your delivery stream.default SplunkDestinationDescription.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.