Class CfnApplicationPropsMixin.AppConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.opensearchservice.CfnApplicationPropsMixin.AppConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationPropsMixin.AppConfigProperty>
- Enclosing interface:
CfnApplicationPropsMixin.AppConfigProperty
@Stability(Stable)
public static final class CfnApplicationPropsMixin.AppConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationPropsMixin.AppConfigProperty>
A builder for
CfnApplicationPropsMixin.AppConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnApplicationPropsMixin.AppConfigProperty.getKey()Sets the value ofCfnApplicationPropsMixin.AppConfigProperty.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
key
Sets the value ofCfnApplicationPropsMixin.AppConfigProperty.getKey()- Parameters:
key- The configuration item to set, such as the admin role for the OpenSearch application.- Returns:
this
-
value
Sets the value ofCfnApplicationPropsMixin.AppConfigProperty.getValue()- Parameters:
value- The value assigned to the configuration key, such as an IAM user ARN.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApplicationPropsMixin.AppConfigProperty>- Returns:
- a new instance of
CfnApplicationPropsMixin.AppConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-