Class CfnServicePropsMixin.AssociatedSystemProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.resiliencehubv2.CfnServicePropsMixin.AssociatedSystemProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnServicePropsMixin.AssociatedSystemProperty>
- Enclosing interface:
CfnServicePropsMixin.AssociatedSystemProperty
@Stability(Stable)
public static final class CfnServicePropsMixin.AssociatedSystemProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnServicePropsMixin.AssociatedSystemProperty>
A builder for
CfnServicePropsMixin.AssociatedSystemProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnServicePropsMixin.AssociatedSystemProperty.getSystemArn()userJourneyIds(List<String> userJourneyIds) Sets the value ofCfnServicePropsMixin.AssociatedSystemProperty.getUserJourneyIds()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
systemArn
@Stability(Stable) public CfnServicePropsMixin.AssociatedSystemProperty.Builder systemArn(String systemArn) Sets the value ofCfnServicePropsMixin.AssociatedSystemProperty.getSystemArn()- Parameters:
systemArn- The system ARN.- Returns:
this
-
userJourneyIds
@Stability(Stable) public CfnServicePropsMixin.AssociatedSystemProperty.Builder userJourneyIds(List<String> userJourneyIds) Sets the value ofCfnServicePropsMixin.AssociatedSystemProperty.getUserJourneyIds()- Parameters:
userJourneyIds- User journey IDs associated with this system.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnServicePropsMixin.AssociatedSystemProperty>- Returns:
- a new instance of
CfnServicePropsMixin.AssociatedSystemProperty - Throws:
NullPointerException- if any required attribute was not provided
-