public static interface AmazonopensearchserviceDestinationDescription.Builder extends SdkPojo, CopyableBuilder<AmazonopensearchserviceDestinationDescription.Builder,AmazonopensearchserviceDestinationDescription>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAmazonopensearchserviceDestinationDescription.Builder roleARN(String roleARN)
roleARN - The new value for the RoleARN property for this object.AmazonopensearchserviceDestinationDescription.Builder domainARN(String domainARN)
domainARN - The new value for the DomainARN property for this object.AmazonopensearchserviceDestinationDescription.Builder clusterEndpoint(String clusterEndpoint)
clusterEndpoint - The new value for the ClusterEndpoint property for this object.AmazonopensearchserviceDestinationDescription.Builder indexName(String indexName)
indexName - The new value for the IndexName property for this object.AmazonopensearchserviceDestinationDescription.Builder typeName(String typeName)
typeName - The new value for the TypeName property for this object.AmazonopensearchserviceDestinationDescription.Builder indexRotationPeriod(String indexRotationPeriod)
indexRotationPeriod - The new value for the IndexRotationPeriod property for this object.AmazonopensearchserviceIndexRotationPeriod,
AmazonopensearchserviceIndexRotationPeriodAmazonopensearchserviceDestinationDescription.Builder indexRotationPeriod(AmazonopensearchserviceIndexRotationPeriod indexRotationPeriod)
indexRotationPeriod - The new value for the IndexRotationPeriod property for this object.AmazonopensearchserviceIndexRotationPeriod,
AmazonopensearchserviceIndexRotationPeriodAmazonopensearchserviceDestinationDescription.Builder bufferingHints(AmazonopensearchserviceBufferingHints bufferingHints)
bufferingHints - The new value for the BufferingHints property for this object.default AmazonopensearchserviceDestinationDescription.Builder bufferingHints(Consumer<AmazonopensearchserviceBufferingHints.Builder> bufferingHints)
AmazonopensearchserviceBufferingHints.Builder avoiding the need to create one manually via
AmazonopensearchserviceBufferingHints.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to bufferingHints(AmazonopensearchserviceBufferingHints).
bufferingHints - a consumer that will call methods on AmazonopensearchserviceBufferingHints.BuilderbufferingHints(AmazonopensearchserviceBufferingHints)AmazonopensearchserviceDestinationDescription.Builder retryOptions(AmazonopensearchserviceRetryOptions retryOptions)
retryOptions - The new value for the RetryOptions property for this object.default AmazonopensearchserviceDestinationDescription.Builder retryOptions(Consumer<AmazonopensearchserviceRetryOptions.Builder> retryOptions)
AmazonopensearchserviceRetryOptions.Builder avoiding the need to create one manually via
AmazonopensearchserviceRetryOptions.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to retryOptions(AmazonopensearchserviceRetryOptions).
retryOptions - a consumer that will call methods on AmazonopensearchserviceRetryOptions.BuilderretryOptions(AmazonopensearchserviceRetryOptions)AmazonopensearchserviceDestinationDescription.Builder s3BackupMode(String s3BackupMode)
s3BackupMode - The new value for the S3BackupMode property for this object.AmazonopensearchserviceS3BackupMode,
AmazonopensearchserviceS3BackupModeAmazonopensearchserviceDestinationDescription.Builder s3BackupMode(AmazonopensearchserviceS3BackupMode s3BackupMode)
s3BackupMode - The new value for the S3BackupMode property for this object.AmazonopensearchserviceS3BackupMode,
AmazonopensearchserviceS3BackupModeAmazonopensearchserviceDestinationDescription.Builder s3DestinationDescription(S3DestinationDescription s3DestinationDescription)
s3DestinationDescription - The new value for the S3DestinationDescription property for this object.default AmazonopensearchserviceDestinationDescription.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)AmazonopensearchserviceDestinationDescription.Builder processingConfiguration(ProcessingConfiguration processingConfiguration)
processingConfiguration - The new value for the ProcessingConfiguration property for this object.default AmazonopensearchserviceDestinationDescription.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)AmazonopensearchserviceDestinationDescription.Builder cloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
cloudWatchLoggingOptions - The new value for the CloudWatchLoggingOptions property for this object.default AmazonopensearchserviceDestinationDescription.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)AmazonopensearchserviceDestinationDescription.Builder vpcConfigurationDescription(VpcConfigurationDescription vpcConfigurationDescription)
vpcConfigurationDescription - The new value for the VpcConfigurationDescription property for this object.default AmazonopensearchserviceDestinationDescription.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 © 2022. All rights reserved.