Class AmazonOpenSearchServerlessDestinationDescription
- java.lang.Object
-
- software.amazon.awssdk.services.firehose.model.AmazonOpenSearchServerlessDestinationDescription
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AmazonOpenSearchServerlessDestinationDescription.Builder,AmazonOpenSearchServerlessDestinationDescription>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAmazonOpenSearchServerlessDestinationDescription.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AmazonOpenSearchServerlessBufferingHintsbufferingHints()The buffering options.static AmazonOpenSearchServerlessDestinationDescription.Builderbuilder()CloudWatchLoggingOptionscloudWatchLoggingOptions()Returns the value of the CloudWatchLoggingOptions property for this object.StringcollectionEndpoint()The endpoint to use when communicating with the collection in the Serverless offering for Amazon OpenSearch Service.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringindexName()The Serverless offering for Amazon OpenSearch Service index name.ProcessingConfigurationprocessingConfiguration()Returns the value of the ProcessingConfiguration property for this object.AmazonOpenSearchServerlessRetryOptionsretryOptions()The Serverless offering for Amazon OpenSearch Service retry options.StringroleARN()The Amazon Resource Name (ARN) of the Amazon Web Services credentials.AmazonOpenSearchServerlessS3BackupModes3BackupMode()The Amazon S3 backup mode.Strings3BackupModeAsString()The Amazon S3 backup mode.S3DestinationDescriptions3DestinationDescription()Returns the value of the S3DestinationDescription property for this object.List<SdkField<?>>sdkFields()static Class<? extends AmazonOpenSearchServerlessDestinationDescription.Builder>serializableBuilderClass()AmazonOpenSearchServerlessDestinationDescription.BuildertoBuilder()StringtoString()Returns a string representation of this object.VpcConfigurationDescriptionvpcConfigurationDescription()Returns the value of the VpcConfigurationDescription property for this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
roleARN
public final String roleARN()
The Amazon Resource Name (ARN) of the Amazon Web Services credentials.
- Returns:
- The Amazon Resource Name (ARN) of the Amazon Web Services credentials.
-
collectionEndpoint
public final String collectionEndpoint()
The endpoint to use when communicating with the collection in the Serverless offering for Amazon OpenSearch Service.
- Returns:
- The endpoint to use when communicating with the collection in the Serverless offering for Amazon OpenSearch Service.
-
indexName
public final String indexName()
The Serverless offering for Amazon OpenSearch Service index name.
- Returns:
- The Serverless offering for Amazon OpenSearch Service index name.
-
bufferingHints
public final AmazonOpenSearchServerlessBufferingHints bufferingHints()
The buffering options.
- Returns:
- The buffering options.
-
retryOptions
public final AmazonOpenSearchServerlessRetryOptions retryOptions()
The Serverless offering for Amazon OpenSearch Service retry options.
- Returns:
- The Serverless offering for Amazon OpenSearch Service retry options.
-
s3BackupMode
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,
s3BackupModewill returnAmazonOpenSearchServerlessS3BackupMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available froms3BackupModeAsString().- Returns:
- The Amazon S3 backup mode.
- See Also:
AmazonOpenSearchServerlessS3BackupMode
-
s3BackupModeAsString
public final String s3BackupModeAsString()
The Amazon S3 backup mode.
If the service returns an enum value that is not available in the current SDK version,
s3BackupModewill returnAmazonOpenSearchServerlessS3BackupMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available froms3BackupModeAsString().- Returns:
- The Amazon S3 backup mode.
- See Also:
AmazonOpenSearchServerlessS3BackupMode
-
s3DestinationDescription
public final S3DestinationDescription s3DestinationDescription()
Returns the value of the S3DestinationDescription property for this object.- Returns:
- The value of the S3DestinationDescription property for this object.
-
processingConfiguration
public final ProcessingConfiguration processingConfiguration()
Returns the value of the ProcessingConfiguration property for this object.- Returns:
- The value of the ProcessingConfiguration property for this object.
-
cloudWatchLoggingOptions
public final CloudWatchLoggingOptions cloudWatchLoggingOptions()
Returns the value of the CloudWatchLoggingOptions property for this object.- Returns:
- The value of the CloudWatchLoggingOptions property for this object.
-
vpcConfigurationDescription
public final VpcConfigurationDescription vpcConfigurationDescription()
Returns the value of the VpcConfigurationDescription property for this object.- Returns:
- The value of the VpcConfigurationDescription property for this object.
-
toBuilder
public AmazonOpenSearchServerlessDestinationDescription.Builder toBuilder()
-
builder
public static AmazonOpenSearchServerlessDestinationDescription.Builder builder()
-
serializableBuilderClass
public static Class<? extends AmazonOpenSearchServerlessDestinationDescription.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-