Uses of Interface
software.amazon.awssdk.services.opensearch.model.AppConfig.Builder
-
Packages that use AppConfig.Builder Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of AppConfig.Builder in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return AppConfig.Builder Modifier and Type Method Description static AppConfig.BuilderAppConfig. builder()AppConfig.BuilderAppConfig.Builder. key(String key)The configuration item to set, such as the admin role for the OpenSearch application.AppConfig.BuilderAppConfig.Builder. key(AppConfigType key)The configuration item to set, such as the admin role for the OpenSearch application.AppConfig.BuilderAppConfig. toBuilder()AppConfig.BuilderAppConfig.Builder. value(String value)The value assigned to the configuration key, such as an IAM user ARN.Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type AppConfig.Builder Modifier and Type Method Description static Class<? extends AppConfig.Builder>AppConfig. serializableBuilderClass()
-