Class CfnSourceApiAssociationPropsMixin.SourceApiAssociationConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.appsync.CfnSourceApiAssociationPropsMixin.SourceApiAssociationConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSourceApiAssociationPropsMixin.SourceApiAssociationConfigProperty>
- Enclosing interface:
CfnSourceApiAssociationPropsMixin.SourceApiAssociationConfigProperty
@Stability(Stable)
public static final class CfnSourceApiAssociationPropsMixin.SourceApiAssociationConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSourceApiAssociationPropsMixin.SourceApiAssociationConfigProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
mergeType
@Stability(Stable) public CfnSourceApiAssociationPropsMixin.SourceApiAssociationConfigProperty.Builder mergeType(String mergeType) Sets the value ofCfnSourceApiAssociationPropsMixin.SourceApiAssociationConfigProperty.getMergeType()- Parameters:
mergeType- The property that indicates which merging option is enabled in the source API association. Valid merge types areMANUAL_MERGE(default) andAUTO_MERGE. Manual merges are the default behavior and require the user to trigger any changes from the source APIs to the merged API manually. Auto merges subscribe the merged API to the changes performed on the source APIs so that any change in the source APIs are also made to the merged API. Auto merges useMergedApiExecutionRoleArnto perform merge operations.The following values are valid:
MANUAL_MERGE | AUTO_MERGE- Returns:
this
-
build
@Stability(Stable) public CfnSourceApiAssociationPropsMixin.SourceApiAssociationConfigProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSourceApiAssociationPropsMixin.SourceApiAssociationConfigProperty>- Returns:
- a new instance of
CfnSourceApiAssociationPropsMixin.SourceApiAssociationConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-