Class UserJourneyReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.resiliencehubv2.UserJourneyReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<UserJourneyReference>
- Enclosing interface:
UserJourneyReference
@Stability(Stable)
public static final class UserJourneyReference.Builder
extends Object
implements software.amazon.jsii.Builder<UserJourneyReference>
A builder for
UserJourneyReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.systemIdentifier(String systemIdentifier) Sets the value ofUserJourneyReference.getSystemIdentifier()userJourneyId(String userJourneyId) Sets the value ofUserJourneyReference.getUserJourneyId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
systemIdentifier
Sets the value ofUserJourneyReference.getSystemIdentifier()- Parameters:
systemIdentifier- The SystemIdentifier of the UserJourney resource. This parameter is required.- Returns:
this
-
userJourneyId
Sets the value ofUserJourneyReference.getUserJourneyId()- Parameters:
userJourneyId- The UserJourneyId of the UserJourney resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<UserJourneyReference>- Returns:
- a new instance of
UserJourneyReference - Throws:
NullPointerException- if any required attribute was not provided
-