@Generated(value="software.amazon.awssdk:codegen") public final class AmazonopensearchserviceDestinationConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AmazonopensearchserviceDestinationConfiguration.Builder,AmazonopensearchserviceDestinationConfiguration>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AmazonopensearchserviceDestinationConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
AmazonopensearchserviceBufferingHints |
bufferingHints()
Returns the value of the BufferingHints property for this object.
|
static AmazonopensearchserviceDestinationConfiguration.Builder |
builder() |
CloudWatchLoggingOptions |
cloudWatchLoggingOptions()
Returns the value of the CloudWatchLoggingOptions property for this object.
|
String |
clusterEndpoint()
Returns the value of the ClusterEndpoint property for this object.
|
String |
domainARN()
Returns the value of the DomainARN property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
indexName()
Returns the value of the IndexName property for this object.
|
AmazonopensearchserviceIndexRotationPeriod |
indexRotationPeriod()
Returns the value of the IndexRotationPeriod property for this object.
|
String |
indexRotationPeriodAsString()
Returns the value of the IndexRotationPeriod property for this object.
|
ProcessingConfiguration |
processingConfiguration()
Returns the value of the ProcessingConfiguration property for this object.
|
AmazonopensearchserviceRetryOptions |
retryOptions()
Returns the value of the RetryOptions property for this object.
|
String |
roleARN()
Returns the value of the RoleARN property for this object.
|
AmazonopensearchserviceS3BackupMode |
s3BackupMode()
Returns the value of the S3BackupMode property for this object.
|
String |
s3BackupModeAsString()
Returns the value of the S3BackupMode property for this object.
|
S3DestinationConfiguration |
s3Configuration()
Returns the value of the S3Configuration property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AmazonopensearchserviceDestinationConfiguration.Builder> |
serializableBuilderClass() |
AmazonopensearchserviceDestinationConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
typeName()
Returns the value of the TypeName property for this object.
|
VpcConfiguration |
vpcConfiguration()
Returns the value of the VpcConfiguration property for this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String roleARN()
public final String domainARN()
public final String clusterEndpoint()
public final String indexName()
public final String typeName()
public final AmazonopensearchserviceIndexRotationPeriod indexRotationPeriod()
If the service returns an enum value that is not available in the current SDK version,
indexRotationPeriod will return
AmazonopensearchserviceIndexRotationPeriod.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from indexRotationPeriodAsString().
AmazonopensearchserviceIndexRotationPeriodpublic final String indexRotationPeriodAsString()
If the service returns an enum value that is not available in the current SDK version,
indexRotationPeriod will return
AmazonopensearchserviceIndexRotationPeriod.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from indexRotationPeriodAsString().
AmazonopensearchserviceIndexRotationPeriodpublic final AmazonopensearchserviceBufferingHints bufferingHints()
public final AmazonopensearchserviceRetryOptions retryOptions()
public final AmazonopensearchserviceS3BackupMode s3BackupMode()
If the service returns an enum value that is not available in the current SDK version, s3BackupMode will
return AmazonopensearchserviceS3BackupMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from s3BackupModeAsString().
AmazonopensearchserviceS3BackupModepublic final String s3BackupModeAsString()
If the service returns an enum value that is not available in the current SDK version, s3BackupMode will
return AmazonopensearchserviceS3BackupMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from s3BackupModeAsString().
AmazonopensearchserviceS3BackupModepublic final S3DestinationConfiguration s3Configuration()
public final ProcessingConfiguration processingConfiguration()
public final CloudWatchLoggingOptions cloudWatchLoggingOptions()
public final VpcConfiguration vpcConfiguration()
public AmazonopensearchserviceDestinationConfiguration.Builder toBuilder()
public static AmazonopensearchserviceDestinationConfiguration.Builder builder()
public static Class<? extends AmazonopensearchserviceDestinationConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.