Interface AppConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AppConfig.Builder,,AppConfig> SdkBuilder<AppConfig.Builder,,AppConfig> SdkPojo
- Enclosing class:
AppConfig
public static interface AppConfig.Builder
extends SdkPojo, CopyableBuilder<AppConfig.Builder,AppConfig>
-
Method Summary
Modifier and TypeMethodDescriptionSpecify the item to configure, such as admin role for the OpenSearch Application.key(AppConfigType key) Specify the item to configure, such as admin role for the OpenSearch Application.Specifies the value to configure for the key, such as an IAM user ARN.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
-
key
Specify the item to configure, such as admin role for the OpenSearch Application.
- Parameters:
key- Specify the item to configure, such as admin role for the OpenSearch Application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
key
Specify the item to configure, such as admin role for the OpenSearch Application.
- Parameters:
key- Specify the item to configure, such as admin role for the OpenSearch Application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
value
Specifies the value to configure for the key, such as an IAM user ARN.
- Parameters:
value- Specifies the value to configure for the key, such as an IAM user ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-