@Generated(value="software.amazon.awssdk:codegen") public final class AmazonOpenSearchServerlessDestinationDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AmazonOpenSearchServerlessDestinationDescription.Builder,AmazonOpenSearchServerlessDestinationDescription>
The destination description in the Serverless offering for Amazon OpenSearch Service.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AmazonOpenSearchServerlessDestinationDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
AmazonOpenSearchServerlessBufferingHints |
bufferingHints()
The buffering options.
|
static AmazonOpenSearchServerlessDestinationDescription.Builder |
builder() |
CloudWatchLoggingOptions |
cloudWatchLoggingOptions()
Returns the value of the CloudWatchLoggingOptions property for this object.
|
String |
collectionEndpoint()
The endpoint to use when communicating with the collection in the Serverless offering for Amazon OpenSearch
Service.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
indexName()
The Serverless offering for Amazon OpenSearch Service index name.
|
ProcessingConfiguration |
processingConfiguration()
Returns the value of the ProcessingConfiguration property for this object.
|
AmazonOpenSearchServerlessRetryOptions |
retryOptions()
The Serverless offering for Amazon OpenSearch Service retry options.
|
String |
roleARN()
The Amazon Resource Name (ARN) of the Amazon Web Services credentials.
|
AmazonOpenSearchServerlessS3BackupMode |
s3BackupMode()
The Amazon S3 backup mode.
|
String |
s3BackupModeAsString()
The Amazon S3 backup mode.
|
S3DestinationDescription |
s3DestinationDescription()
Returns the value of the S3DestinationDescription property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AmazonOpenSearchServerlessDestinationDescription.Builder> |
serializableBuilderClass() |
AmazonOpenSearchServerlessDestinationDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
VpcConfigurationDescription |
vpcConfigurationDescription()
Returns the value of the VpcConfigurationDescription property for this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String roleARN()
The Amazon Resource Name (ARN) of the Amazon Web Services credentials.
public final String collectionEndpoint()
The endpoint to use when communicating with the collection in the Serverless offering for Amazon OpenSearch Service.
public final String indexName()
The Serverless offering for Amazon OpenSearch Service index name.
public final AmazonOpenSearchServerlessBufferingHints bufferingHints()
The buffering options.
public final AmazonOpenSearchServerlessRetryOptions retryOptions()
The Serverless offering for Amazon OpenSearch Service retry options.
public final AmazonOpenSearchServerlessS3BackupMode s3BackupMode()
The Amazon S3 backup mode.
If the service returns an enum value that is not available in the current SDK version, s3BackupMode will
return AmazonOpenSearchServerlessS3BackupMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from s3BackupModeAsString().
AmazonOpenSearchServerlessS3BackupModepublic final String s3BackupModeAsString()
The Amazon S3 backup mode.
If the service returns an enum value that is not available in the current SDK version, s3BackupMode will
return AmazonOpenSearchServerlessS3BackupMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from s3BackupModeAsString().
AmazonOpenSearchServerlessS3BackupModepublic final S3DestinationDescription s3DestinationDescription()
public final ProcessingConfiguration processingConfiguration()
public final CloudWatchLoggingOptions cloudWatchLoggingOptions()
public final VpcConfigurationDescription vpcConfigurationDescription()
public AmazonOpenSearchServerlessDestinationDescription.Builder toBuilder()
public static AmazonOpenSearchServerlessDestinationDescription.Builder builder()
public static Class<? extends AmazonOpenSearchServerlessDestinationDescription.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.