@Generated(value="software.amazon.awssdk:codegen") public final class AmazonopensearchserviceDestinationUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AmazonopensearchserviceDestinationUpdate.Builder,AmazonopensearchserviceDestinationUpdate>
Modifier and Type | Class and Description |
---|---|
static interface |
AmazonopensearchserviceDestinationUpdate.Builder |
Modifier and Type | Method and Description |
---|---|
AmazonopensearchserviceBufferingHints |
bufferingHints()
Returns the value of the BufferingHints property for this object.
|
static AmazonopensearchserviceDestinationUpdate.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.
|
S3DestinationUpdate |
s3Update()
Returns the value of the S3Update property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AmazonopensearchserviceDestinationUpdate.Builder> |
serializableBuilderClass() |
AmazonopensearchserviceDestinationUpdate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
typeName()
Returns the value of the TypeName property for this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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()
.
AmazonopensearchserviceIndexRotationPeriod
public 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()
.
AmazonopensearchserviceIndexRotationPeriod
public final AmazonopensearchserviceBufferingHints bufferingHints()
public final AmazonopensearchserviceRetryOptions retryOptions()
public final S3DestinationUpdate s3Update()
public final ProcessingConfiguration processingConfiguration()
public final CloudWatchLoggingOptions cloudWatchLoggingOptions()
public AmazonopensearchserviceDestinationUpdate.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<AmazonopensearchserviceDestinationUpdate.Builder,AmazonopensearchserviceDestinationUpdate>
public static AmazonopensearchserviceDestinationUpdate.Builder builder()
public static Class<? extends AmazonopensearchserviceDestinationUpdate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.