Class CfnSubscriptionTargetPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnSubscriptionTargetPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSubscriptionTargetPropsMixin>
- Enclosing class:
CfnSubscriptionTargetPropsMixin
@Stability(Stable)
public static final class CfnSubscriptionTargetPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSubscriptionTargetPropsMixin>
A fluent builder for
CfnSubscriptionTargetPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionapplicableAssetTypes(List<String> applicableAssetTypes) The asset types included in the subscription target.authorizedPrincipals(List<String> authorizedPrincipals) The authorized principals included in the subscription target.build()create()create(CfnPropertyMixinOptions options) domainIdentifier(String domainIdentifier) The ID of the Amazon DataZone domain in which subscription target is created.environmentIdentifier(String environmentIdentifier) The ID of the environment in which subscription target is created.manageAccessRole(String manageAccessRole) The manage access role that is used to create the subscription target.The name of the subscription target.The provider of the subscription target.subscriptionTargetConfig(List<? extends Object> subscriptionTargetConfig) The configuration of the subscription target.subscriptionTargetConfig(IResolvable subscriptionTargetConfig) The configuration of the subscription target.The type of the subscription target.
-
Method Details
-
create
@Stability(Stable) public static CfnSubscriptionTargetPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnSubscriptionTargetPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnSubscriptionTargetPropsMixin.Builder.
-
applicableAssetTypes
@Stability(Stable) public CfnSubscriptionTargetPropsMixin.Builder applicableAssetTypes(List<String> applicableAssetTypes) The asset types included in the subscription target.- Parameters:
applicableAssetTypes- The asset types included in the subscription target. This parameter is required.- Returns:
this- See Also:
-
authorizedPrincipals
@Stability(Stable) public CfnSubscriptionTargetPropsMixin.Builder authorizedPrincipals(List<String> authorizedPrincipals) The authorized principals included in the subscription target.- Parameters:
authorizedPrincipals- The authorized principals included in the subscription target. This parameter is required.- Returns:
this- See Also:
-
domainIdentifier
@Stability(Stable) public CfnSubscriptionTargetPropsMixin.Builder domainIdentifier(String domainIdentifier) The ID of the Amazon DataZone domain in which subscription target is created.- Parameters:
domainIdentifier- The ID of the Amazon DataZone domain in which subscription target is created. This parameter is required.- Returns:
this- See Also:
-
environmentIdentifier
@Stability(Stable) public CfnSubscriptionTargetPropsMixin.Builder environmentIdentifier(String environmentIdentifier) The ID of the environment in which subscription target is created.- Parameters:
environmentIdentifier- The ID of the environment in which subscription target is created. This parameter is required.- Returns:
this- See Also:
-
manageAccessRole
@Stability(Stable) public CfnSubscriptionTargetPropsMixin.Builder manageAccessRole(String manageAccessRole) The manage access role that is used to create the subscription target.- Parameters:
manageAccessRole- The manage access role that is used to create the subscription target. This parameter is required.- Returns:
this- See Also:
-
name
The name of the subscription target.- Parameters:
name- The name of the subscription target. This parameter is required.- Returns:
this- See Also:
-
provider
The provider of the subscription target.- Parameters:
provider- The provider of the subscription target. This parameter is required.- Returns:
this- See Also:
-
subscriptionTargetConfig
@Stability(Stable) public CfnSubscriptionTargetPropsMixin.Builder subscriptionTargetConfig(IResolvable subscriptionTargetConfig) The configuration of the subscription target.- Parameters:
subscriptionTargetConfig- The configuration of the subscription target. This parameter is required.- Returns:
this- See Also:
-
subscriptionTargetConfig
@Stability(Stable) public CfnSubscriptionTargetPropsMixin.Builder subscriptionTargetConfig(List<? extends Object> subscriptionTargetConfig) The configuration of the subscription target.- Parameters:
subscriptionTargetConfig- The configuration of the subscription target. This parameter is required.- Returns:
this- See Also:
-
type
The type of the subscription target.- Parameters:
type- The type of the subscription target. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSubscriptionTargetPropsMixin>- Returns:
- a newly built instance of
CfnSubscriptionTargetPropsMixin.
-