Class CfnSourceApiAssociationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.appsync.CfnSourceApiAssociationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSourceApiAssociationPropsMixin>
- Enclosing class:
CfnSourceApiAssociationPropsMixin
@Stability(Stable)
public static final class CfnSourceApiAssociationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSourceApiAssociationPropsMixin>
A fluent builder for
CfnSourceApiAssociationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) The description field of the association configuration.mergedApiIdentifier(String mergedApiIdentifier) The identifier of the AppSync Merged API.sourceApiAssociationConfig(CfnSourceApiAssociationPropsMixin.SourceApiAssociationConfigProperty sourceApiAssociationConfig) TheSourceApiAssociationConfigobject data.sourceApiAssociationConfig(IResolvable sourceApiAssociationConfig) TheSourceApiAssociationConfigobject data.sourceApiIdentifier(String sourceApiIdentifier) The identifier of the AppSync Source API.
-
Method Details
-
create
@Stability(Stable) public static CfnSourceApiAssociationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnSourceApiAssociationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnSourceApiAssociationPropsMixin.Builder.
-
description
The description field of the association configuration.- Parameters:
description- The description field of the association configuration. This parameter is required.- Returns:
this- See Also:
-
mergedApiIdentifier
@Stability(Stable) public CfnSourceApiAssociationPropsMixin.Builder mergedApiIdentifier(String mergedApiIdentifier) The identifier of the AppSync Merged API.This is generated by the AppSync service. In most cases, Merged APIs (especially in your account) only require the API ID value or ARN of the merged API. However, Merged APIs from other accounts (cross-account use cases) strictly require the full resource ARN of the merged API.
- Parameters:
mergedApiIdentifier- The identifier of the AppSync Merged API. This parameter is required.- Returns:
this- See Also:
-
sourceApiAssociationConfig
@Stability(Stable) public CfnSourceApiAssociationPropsMixin.Builder sourceApiAssociationConfig(IResolvable sourceApiAssociationConfig) TheSourceApiAssociationConfigobject data.- Parameters:
sourceApiAssociationConfig- TheSourceApiAssociationConfigobject data. This parameter is required.- Returns:
this- See Also:
-
sourceApiAssociationConfig
@Stability(Stable) public CfnSourceApiAssociationPropsMixin.Builder sourceApiAssociationConfig(CfnSourceApiAssociationPropsMixin.SourceApiAssociationConfigProperty sourceApiAssociationConfig) TheSourceApiAssociationConfigobject data.- Parameters:
sourceApiAssociationConfig- TheSourceApiAssociationConfigobject data. This parameter is required.- Returns:
this- See Also:
-
sourceApiIdentifier
@Stability(Stable) public CfnSourceApiAssociationPropsMixin.Builder sourceApiIdentifier(String sourceApiIdentifier) The identifier of the AppSync Source API.This is generated by the AppSync service. In most cases, source APIs (especially in your account) only require the API ID value or ARN of the source API. However, source APIs from other accounts (cross-account use cases) strictly require the full resource ARN of the source API.
- Parameters:
sourceApiIdentifier- The identifier of the AppSync Source API. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSourceApiAssociationPropsMixin>- Returns:
- a newly built instance of
CfnSourceApiAssociationPropsMixin.
-