Interface AppConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AppConfig.Builder,
,AppConfig> SdkBuilder<AppConfig.Builder,
,AppConfig> SdkPojo
- Enclosing class:
AppConfig
@Mutable
@NotThreadSafe
public static interface AppConfig.Builder
extends SdkPojo, CopyableBuilder<AppConfig.Builder,AppConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe configuration item to set, such as the admin role for the OpenSearch application.key
(AppConfigType key) The configuration item to set, such as the admin role for the OpenSearch application.The value assigned to the configuration key, such as an IAM user ARN.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
key
The configuration item to set, such as the admin role for the OpenSearch application.
- Parameters:
key
- The configuration item to set, such as the admin role for the OpenSearch application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
key
The configuration item to set, such as the admin role for the OpenSearch application.
- Parameters:
key
- The configuration item to set, such as the admin role for the OpenSearch application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
value
The value assigned to the configuration key, such as an IAM user ARN.
- Parameters:
value
- The value assigned to the configuration key, such as an IAM user ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-