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)Specify the item to configure, such as admin role for the OpenSearch Application.AppConfig.BuilderAppConfig.Builder. key(AppConfigType key)Specify the item to configure, such as admin role for the OpenSearch Application.AppConfig.BuilderAppConfig. toBuilder()AppConfig.BuilderAppConfig.Builder. value(String value)Specifies the value to configure for the 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()
-