Interface OpenSearchExporterConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<OpenSearchExporterConfiguration.Builder,,OpenSearchExporterConfiguration> SdkBuilder<OpenSearchExporterConfiguration.Builder,,OpenSearchExporterConfiguration> SdkPojo
- Enclosing class:
OpenSearchExporterConfiguration
@Mutable
@NotThreadSafe
public static interface OpenSearchExporterConfiguration.Builder
extends SdkPojo, CopyableBuilder<OpenSearchExporterConfiguration.Builder,OpenSearchExporterConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the Amazon OpenSearch Service domain.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
domainArn
The Amazon Resource Name (ARN) of the Amazon OpenSearch Service domain.
- Parameters:
domainArn- The Amazon Resource Name (ARN) of the Amazon OpenSearch Service domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-