Class CfnIntegration.TaskPropertiesMapProperty.Builder
java.lang.Object
software.amazon.awscdk.services.customerprofiles.CfnIntegration.TaskPropertiesMapProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIntegration.TaskPropertiesMapProperty>
- Enclosing interface:
- CfnIntegration.TaskPropertiesMapProperty
@Stability(Stable)
public static final class CfnIntegration.TaskPropertiesMapProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIntegration.TaskPropertiesMapProperty>
A builder for
CfnIntegration.TaskPropertiesMapProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.operatorPropertyKey
(String operatorPropertyKey) Sets the value ofCfnIntegration.TaskPropertiesMapProperty.getOperatorPropertyKey()
Sets the value ofCfnIntegration.TaskPropertiesMapProperty.getProperty()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
operatorPropertyKey
@Stability(Stable) public CfnIntegration.TaskPropertiesMapProperty.Builder operatorPropertyKey(String operatorPropertyKey) Sets the value ofCfnIntegration.TaskPropertiesMapProperty.getOperatorPropertyKey()
- Parameters:
operatorPropertyKey
- The task property key. This parameter is required.- Returns:
this
-
property
@Stability(Stable) public CfnIntegration.TaskPropertiesMapProperty.Builder property(String property) Sets the value ofCfnIntegration.TaskPropertiesMapProperty.getProperty()
- Parameters:
property
- The task property value. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnIntegration.TaskPropertiesMapProperty>
- Returns:
- a new instance of
CfnIntegration.TaskPropertiesMapProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-