Class AppConfig
- java.lang.Object
-
- software.amazon.awssdk.services.opensearch.model.AppConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AppConfig.Builder,AppConfig>
@Generated("software.amazon.awssdk:codegen") public final class AppConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AppConfig.Builder,AppConfig>
Configuration settings for an OpenSearch application. For more information, see see Using the OpenSearch user interface in Amazon OpenSearch Service.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAppConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AppConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()AppConfigTypekey()The configuration item to set, such as the admin role for the OpenSearch application.StringkeyAsString()The configuration item to set, such as the admin role for the OpenSearch application.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AppConfig.Builder>serializableBuilderClass()AppConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringvalue()The value assigned to the configuration key, such as an IAM user ARN.-
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
-
key
public final AppConfigType key()
The configuration item to set, such as the admin role for the OpenSearch application.
If the service returns an enum value that is not available in the current SDK version,
keywill returnAppConfigType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromkeyAsString().- Returns:
- The configuration item to set, such as the admin role for the OpenSearch application.
- See Also:
AppConfigType
-
keyAsString
public final String keyAsString()
The configuration item to set, such as the admin role for the OpenSearch application.
If the service returns an enum value that is not available in the current SDK version,
keywill returnAppConfigType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromkeyAsString().- Returns:
- The configuration item to set, such as the admin role for the OpenSearch application.
- See Also:
AppConfigType
-
value
public final String value()
The value assigned to the configuration key, such as an IAM user ARN.
- Returns:
- The value assigned to the configuration key, such as an IAM user ARN.
-
toBuilder
public AppConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AppConfig.Builder,AppConfig>
-
builder
public static AppConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends AppConfig.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-