Class CfnServiceFunctionPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.resiliencehubv2.CfnServiceFunctionPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnServiceFunctionPropsMixin>
- Enclosing class:
CfnServiceFunctionPropsMixin
@Stability(Stable)
public static final class CfnServiceFunctionPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnServiceFunctionPropsMixin>
A fluent builder for
CfnServiceFunctionPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) criticality(String criticality) The criticality of the service function.description(String description) The description of the service function.The name of the service function.serviceArn(String serviceArn) The ARN of the parent service.
-
Method Details
-
create
@Stability(Stable) public static CfnServiceFunctionPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnServiceFunctionPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnServiceFunctionPropsMixin.Builder.
-
criticality
The criticality of the service function.- Parameters:
criticality- The criticality of the service function. This parameter is required.- Returns:
this- See Also:
-
description
The description of the service function.- Parameters:
description- The description of the service function. This parameter is required.- Returns:
this- See Also:
-
name
The name of the service function.- Parameters:
name- The name of the service function. This parameter is required.- Returns:
this- See Also:
-
serviceArn
The ARN of the parent service.- Parameters:
serviceArn- The ARN of the parent service. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnServiceFunctionPropsMixin>- Returns:
- a newly built instance of
CfnServiceFunctionPropsMixin.
-