public static interface AmazonOpenSearchServerlessDestinationDescription.Builder extends SdkPojo, CopyableBuilder<AmazonOpenSearchServerlessDestinationDescription.Builder,AmazonOpenSearchServerlessDestinationDescription>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAmazonOpenSearchServerlessDestinationDescription.Builder roleARN(String roleARN)
The Amazon Resource Name (ARN) of the Amazon Web Services credentials.
roleARN - The Amazon Resource Name (ARN) of the Amazon Web Services credentials.AmazonOpenSearchServerlessDestinationDescription.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.AmazonOpenSearchServerlessDestinationDescription.Builder indexName(String indexName)
The Serverless offering for Amazon OpenSearch Service index name.
indexName - The Serverless offering for Amazon OpenSearch Service index name.AmazonOpenSearchServerlessDestinationDescription.Builder bufferingHints(AmazonOpenSearchServerlessBufferingHints bufferingHints)
The buffering options.
bufferingHints - The buffering options.default AmazonOpenSearchServerlessDestinationDescription.Builder bufferingHints(Consumer<AmazonOpenSearchServerlessBufferingHints.Builder> bufferingHints)
The buffering options.
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)AmazonOpenSearchServerlessDestinationDescription.Builder retryOptions(AmazonOpenSearchServerlessRetryOptions retryOptions)
The Serverless offering for Amazon OpenSearch Service retry options.
retryOptions - The Serverless offering for Amazon OpenSearch Service retry options.default AmazonOpenSearchServerlessDestinationDescription.Builder retryOptions(Consumer<AmazonOpenSearchServerlessRetryOptions.Builder> retryOptions)
The Serverless offering for Amazon OpenSearch Service retry options.
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)AmazonOpenSearchServerlessDestinationDescription.Builder s3BackupMode(String s3BackupMode)
The Amazon S3 backup mode.
s3BackupMode - The Amazon S3 backup mode.AmazonOpenSearchServerlessS3BackupMode,
AmazonOpenSearchServerlessS3BackupModeAmazonOpenSearchServerlessDestinationDescription.Builder s3BackupMode(AmazonOpenSearchServerlessS3BackupMode s3BackupMode)
The Amazon S3 backup mode.
s3BackupMode - The Amazon S3 backup mode.AmazonOpenSearchServerlessS3BackupMode,
AmazonOpenSearchServerlessS3BackupModeAmazonOpenSearchServerlessDestinationDescription.Builder s3DestinationDescription(S3DestinationDescription s3DestinationDescription)
s3DestinationDescription - The new value for the S3DestinationDescription property for this object.default AmazonOpenSearchServerlessDestinationDescription.Builder s3DestinationDescription(Consumer<S3DestinationDescription.Builder> s3DestinationDescription)
S3DestinationDescription.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.Builders3DestinationDescription(S3DestinationDescription)AmazonOpenSearchServerlessDestinationDescription.Builder processingConfiguration(ProcessingConfiguration processingConfiguration)
processingConfiguration - The new value for the ProcessingConfiguration property for this object.default AmazonOpenSearchServerlessDestinationDescription.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)AmazonOpenSearchServerlessDestinationDescription.Builder cloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
cloudWatchLoggingOptions - The new value for the CloudWatchLoggingOptions property for this object.default AmazonOpenSearchServerlessDestinationDescription.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)AmazonOpenSearchServerlessDestinationDescription.Builder vpcConfigurationDescription(VpcConfigurationDescription vpcConfigurationDescription)
vpcConfigurationDescription - The new value for the VpcConfigurationDescription property for this object.default AmazonOpenSearchServerlessDestinationDescription.Builder vpcConfigurationDescription(Consumer<VpcConfigurationDescription.Builder> vpcConfigurationDescription)
VpcConfigurationDescription.Builder
avoiding the need to create one manually via VpcConfigurationDescription.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to vpcConfigurationDescription(VpcConfigurationDescription).
vpcConfigurationDescription - a consumer that will call methods on VpcConfigurationDescription.BuildervpcConfigurationDescription(VpcConfigurationDescription)Copyright © 2023. All rights reserved.