Interface AssociatedSystem.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AssociatedSystem.Builder,,AssociatedSystem> SdkBuilder<AssociatedSystem.Builder,,AssociatedSystem> SdkPojo
- Enclosing class:
AssociatedSystem
@Mutable
@NotThreadSafe
public static interface AssociatedSystem.Builder
extends SdkPojo, CopyableBuilder<AssociatedSystem.Builder,AssociatedSystem>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the SystemArn property for this object.systemName(String systemName) Sets the value of the SystemName property for this object.userJourneyIds(String... userJourneyIds) The list of user journey identifiers that associate this system with the service.userJourneyIds(Collection<String> userJourneyIds) The list of user journey identifiers that associate this system with the service.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
systemArn
Sets the value of the SystemArn property for this object.- Parameters:
systemArn- The new value for the SystemArn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
systemName
Sets the value of the SystemName property for this object.- Parameters:
systemName- The new value for the SystemName property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userJourneyIds
The list of user journey identifiers that associate this system with the service.
- Parameters:
userJourneyIds- The list of user journey identifiers that associate this system with the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userJourneyIds
The list of user journey identifiers that associate this system with the service.
- Parameters:
userJourneyIds- The list of user journey identifiers that associate this system with the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-