Class CfnService.AssociatedSystemProperty.Builder
java.lang.Object
software.amazon.awscdk.services.resiliencehubv2.CfnService.AssociatedSystemProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnService.AssociatedSystemProperty>
- Enclosing interface:
CfnService.AssociatedSystemProperty
@Stability(Stable)
public static final class CfnService.AssociatedSystemProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnService.AssociatedSystemProperty>
A builder for
CfnService.AssociatedSystemProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnService.AssociatedSystemProperty.getSystemArn()userJourneyIds(List<String> userJourneyIds) Sets the value ofCfnService.AssociatedSystemProperty.getUserJourneyIds()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
systemArn
Sets the value ofCfnService.AssociatedSystemProperty.getSystemArn()- Parameters:
systemArn- The system ARN. This parameter is required.- Returns:
this
-
userJourneyIds
@Stability(Stable) public CfnService.AssociatedSystemProperty.Builder userJourneyIds(List<String> userJourneyIds) Sets the value ofCfnService.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<CfnService.AssociatedSystemProperty>- Returns:
- a new instance of
CfnService.AssociatedSystemProperty - Throws:
NullPointerException- if any required attribute was not provided
-