Class OpenSearchCollection
java.lang.Object
software.amazon.awssdk.services.cloudwatchlogs.model.OpenSearchCollection
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OpenSearchCollection.Builder,OpenSearchCollection>
@Generated("software.amazon.awssdk:codegen")
public final class OpenSearchCollection
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<OpenSearchCollection.Builder,OpenSearchCollection>
This structure contains information about the OpenSearch Service collection used for this integration. An OpenSearch Service collection is a logical grouping of one or more indexes that represent an analytics workload. For more information, see Creating and managing OpenSearch Service Serverless collections.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic OpenSearchCollection.Builderbuilder()final StringThe ARN of the collection.final StringThe endpoint of the collection.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends OpenSearchCollection.Builder>final OpenSearchResourceStatusstatus()This structure contains information about the status of this OpenSearch Service resource.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
collectionEndpoint
The endpoint of the collection.
- Returns:
- The endpoint of the collection.
-
collectionArn
The ARN of the collection.
- Returns:
- The ARN of the collection.
-
status
This structure contains information about the status of this OpenSearch Service resource.
- Returns:
- This structure contains information about the status of this OpenSearch Service resource.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<OpenSearchCollection.Builder,OpenSearchCollection>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-