public static interface AmazonopensearchserviceDestinationUpdate.Builder extends SdkPojo, CopyableBuilder<AmazonopensearchserviceDestinationUpdate.Builder,AmazonopensearchserviceDestinationUpdate>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAmazonopensearchserviceDestinationUpdate.Builder roleARN(String roleARN)
roleARN - The new value for the RoleARN property for this object.AmazonopensearchserviceDestinationUpdate.Builder domainARN(String domainARN)
domainARN - The new value for the DomainARN property for this object.AmazonopensearchserviceDestinationUpdate.Builder clusterEndpoint(String clusterEndpoint)
clusterEndpoint - The new value for the ClusterEndpoint property for this object.AmazonopensearchserviceDestinationUpdate.Builder indexName(String indexName)
indexName - The new value for the IndexName property for this object.AmazonopensearchserviceDestinationUpdate.Builder typeName(String typeName)
typeName - The new value for the TypeName property for this object.AmazonopensearchserviceDestinationUpdate.Builder indexRotationPeriod(String indexRotationPeriod)
indexRotationPeriod - The new value for the IndexRotationPeriod property for this object.AmazonopensearchserviceIndexRotationPeriod,
AmazonopensearchserviceIndexRotationPeriodAmazonopensearchserviceDestinationUpdate.Builder indexRotationPeriod(AmazonopensearchserviceIndexRotationPeriod indexRotationPeriod)
indexRotationPeriod - The new value for the IndexRotationPeriod property for this object.AmazonopensearchserviceIndexRotationPeriod,
AmazonopensearchserviceIndexRotationPeriodAmazonopensearchserviceDestinationUpdate.Builder bufferingHints(AmazonopensearchserviceBufferingHints bufferingHints)
bufferingHints - The new value for the BufferingHints property for this object.default AmazonopensearchserviceDestinationUpdate.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)AmazonopensearchserviceDestinationUpdate.Builder retryOptions(AmazonopensearchserviceRetryOptions retryOptions)
retryOptions - The new value for the RetryOptions property for this object.default AmazonopensearchserviceDestinationUpdate.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)AmazonopensearchserviceDestinationUpdate.Builder s3Update(S3DestinationUpdate s3Update)
s3Update - The new value for the S3Update property for this object.default AmazonopensearchserviceDestinationUpdate.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)AmazonopensearchserviceDestinationUpdate.Builder processingConfiguration(ProcessingConfiguration processingConfiguration)
processingConfiguration - The new value for the ProcessingConfiguration property for this object.default AmazonopensearchserviceDestinationUpdate.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)AmazonopensearchserviceDestinationUpdate.Builder cloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
cloudWatchLoggingOptions - The new value for the CloudWatchLoggingOptions property for this object.default AmazonopensearchserviceDestinationUpdate.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 © 2022. All rights reserved.