public static interface AmazonOpenSearchServerlessDestinationUpdate.Builder extends SdkPojo, CopyableBuilder<AmazonOpenSearchServerlessDestinationUpdate.Builder,AmazonOpenSearchServerlessDestinationUpdate>
| Modifier and Type | Method and Description |
|---|---|
AmazonOpenSearchServerlessDestinationUpdate.Builder |
bufferingHints(AmazonOpenSearchServerlessBufferingHints bufferingHints)
The buffering options.
|
default AmazonOpenSearchServerlessDestinationUpdate.Builder |
bufferingHints(Consumer<AmazonOpenSearchServerlessBufferingHints.Builder> bufferingHints)
The buffering options.
|
AmazonOpenSearchServerlessDestinationUpdate.Builder |
cloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
Sets the value of the CloudWatchLoggingOptions property for this object.
|
default AmazonOpenSearchServerlessDestinationUpdate.Builder |
cloudWatchLoggingOptions(Consumer<CloudWatchLoggingOptions.Builder> cloudWatchLoggingOptions)
Sets the value of the CloudWatchLoggingOptions property for this object.
|
AmazonOpenSearchServerlessDestinationUpdate.Builder |
collectionEndpoint(String collectionEndpoint)
The endpoint to use when communicating with the collection in the Serverless offering for Amazon OpenSearch
Service.
|
AmazonOpenSearchServerlessDestinationUpdate.Builder |
indexName(String indexName)
The Serverless offering for Amazon OpenSearch Service index name.
|
default AmazonOpenSearchServerlessDestinationUpdate.Builder |
processingConfiguration(Consumer<ProcessingConfiguration.Builder> processingConfiguration)
Sets the value of the ProcessingConfiguration property for this object.
|
AmazonOpenSearchServerlessDestinationUpdate.Builder |
processingConfiguration(ProcessingConfiguration processingConfiguration)
Sets the value of the ProcessingConfiguration property for this object.
|
AmazonOpenSearchServerlessDestinationUpdate.Builder |
retryOptions(AmazonOpenSearchServerlessRetryOptions retryOptions)
The retry behavior in case Kinesis Data Firehose is unable to deliver documents to the Serverless offering
for Amazon OpenSearch Service.
|
default AmazonOpenSearchServerlessDestinationUpdate.Builder |
retryOptions(Consumer<AmazonOpenSearchServerlessRetryOptions.Builder> retryOptions)
The retry behavior in case Kinesis Data Firehose is unable to deliver documents to the Serverless offering
for Amazon OpenSearch Service.
|
AmazonOpenSearchServerlessDestinationUpdate.Builder |
roleARN(String roleARN)
The Amazon Resource Name (ARN) of the IAM role to be assumed by Kinesis Data Firehose for calling the
Serverless offering for Amazon OpenSearch Service Configuration API and for indexing documents.
|
default AmazonOpenSearchServerlessDestinationUpdate.Builder |
s3Update(Consumer<S3DestinationUpdate.Builder> s3Update)
Sets the value of the S3Update property for this object.
|
AmazonOpenSearchServerlessDestinationUpdate.Builder |
s3Update(S3DestinationUpdate s3Update)
Sets the value of the S3Update property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAmazonOpenSearchServerlessDestinationUpdate.Builder roleARN(String roleARN)
The Amazon Resource Name (ARN) of the IAM role to be assumed by Kinesis Data Firehose for calling the Serverless offering for Amazon OpenSearch Service Configuration API and for indexing documents.
roleARN - The Amazon Resource Name (ARN) of the IAM role to be assumed by Kinesis Data Firehose for calling the
Serverless offering for Amazon OpenSearch Service Configuration API and for indexing documents.AmazonOpenSearchServerlessDestinationUpdate.Builder collectionEndpoint(String collectionEndpoint)
The endpoint to use when communicating with the collection in the Serverless offering for Amazon OpenSearch Service.
collectionEndpoint - The endpoint to use when communicating with the collection in the Serverless offering for Amazon
OpenSearch Service.AmazonOpenSearchServerlessDestinationUpdate.Builder indexName(String indexName)
The Serverless offering for Amazon OpenSearch Service index name.
indexName - The Serverless offering for Amazon OpenSearch Service index name.AmazonOpenSearchServerlessDestinationUpdate.Builder bufferingHints(AmazonOpenSearchServerlessBufferingHints bufferingHints)
The buffering options. If no value is specified, AmazonopensearchBufferingHints object default values are used.
bufferingHints - The buffering options. If no value is specified, AmazonopensearchBufferingHints object default values
are used.default AmazonOpenSearchServerlessDestinationUpdate.Builder bufferingHints(Consumer<AmazonOpenSearchServerlessBufferingHints.Builder> bufferingHints)
The buffering options. If no value is specified, AmazonopensearchBufferingHints object default values are used.
This is a convenience method that creates an instance of theAmazonOpenSearchServerlessBufferingHints.Builder avoiding the need to create one manually via
AmazonOpenSearchServerlessBufferingHints.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
bufferingHints(AmazonOpenSearchServerlessBufferingHints).
bufferingHints - a consumer that will call methods on AmazonOpenSearchServerlessBufferingHints.BuilderbufferingHints(AmazonOpenSearchServerlessBufferingHints)AmazonOpenSearchServerlessDestinationUpdate.Builder retryOptions(AmazonOpenSearchServerlessRetryOptions retryOptions)
The retry behavior in case Kinesis Data Firehose is unable to deliver documents to the Serverless offering for Amazon OpenSearch Service. The default value is 300 (5 minutes).
retryOptions - The retry behavior in case Kinesis Data Firehose is unable to deliver documents to the Serverless
offering for Amazon OpenSearch Service. The default value is 300 (5 minutes).default AmazonOpenSearchServerlessDestinationUpdate.Builder retryOptions(Consumer<AmazonOpenSearchServerlessRetryOptions.Builder> retryOptions)
The retry behavior in case Kinesis Data Firehose is unable to deliver documents to the Serverless offering for Amazon OpenSearch Service. The default value is 300 (5 minutes).
This is a convenience method that creates an instance of theAmazonOpenSearchServerlessRetryOptions.Builder avoiding the need to create one manually via
AmazonOpenSearchServerlessRetryOptions.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to retryOptions(AmazonOpenSearchServerlessRetryOptions).
retryOptions - a consumer that will call methods on AmazonOpenSearchServerlessRetryOptions.BuilderretryOptions(AmazonOpenSearchServerlessRetryOptions)AmazonOpenSearchServerlessDestinationUpdate.Builder s3Update(S3DestinationUpdate s3Update)
s3Update - The new value for the S3Update property for this object.default AmazonOpenSearchServerlessDestinationUpdate.Builder s3Update(Consumer<S3DestinationUpdate.Builder> s3Update)
S3DestinationUpdate.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)AmazonOpenSearchServerlessDestinationUpdate.Builder processingConfiguration(ProcessingConfiguration processingConfiguration)
processingConfiguration - The new value for the ProcessingConfiguration property for this object.default AmazonOpenSearchServerlessDestinationUpdate.Builder processingConfiguration(Consumer<ProcessingConfiguration.Builder> processingConfiguration)
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).
processingConfiguration - a consumer that will call methods on ProcessingConfiguration.BuilderprocessingConfiguration(ProcessingConfiguration)AmazonOpenSearchServerlessDestinationUpdate.Builder cloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
cloudWatchLoggingOptions - The new value for the CloudWatchLoggingOptions property for this object.default AmazonOpenSearchServerlessDestinationUpdate.Builder cloudWatchLoggingOptions(Consumer<CloudWatchLoggingOptions.Builder> cloudWatchLoggingOptions)
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).
cloudWatchLoggingOptions - a consumer that will call methods on CloudWatchLoggingOptions.BuildercloudWatchLoggingOptions(CloudWatchLoggingOptions)Copyright © 2023. All rights reserved.