@Generated(value="software.amazon.awssdk:codegen") public final class AmazonopensearchserviceDestinationDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AmazonopensearchserviceDestinationDescription.Builder,AmazonopensearchserviceDestinationDescription>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AmazonopensearchserviceDestinationDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
AmazonopensearchserviceBufferingHints |
bufferingHints()
Returns the value of the BufferingHints property for this object.
|
static AmazonopensearchserviceDestinationDescription.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.
|
S3DestinationDescription |
s3DestinationDescription()
Returns the value of the S3DestinationDescription property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AmazonopensearchserviceDestinationDescription.Builder> |
serializableBuilderClass() |
AmazonopensearchserviceDestinationDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
typeName()
Returns the value of the TypeName property for 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()
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 S3DestinationDescription s3DestinationDescription()
public final ProcessingConfiguration processingConfiguration()
public final CloudWatchLoggingOptions cloudWatchLoggingOptions()
public final VpcConfigurationDescription vpcConfigurationDescription()
public AmazonopensearchserviceDestinationDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AmazonopensearchserviceDestinationDescription.Builder,AmazonopensearchserviceDestinationDescription>public static AmazonopensearchserviceDestinationDescription.Builder builder()
public static Class<? extends AmazonopensearchserviceDestinationDescription.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.