Interface SystemUserJourneyUpdatedMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SystemUserJourneyUpdatedMetadata.Builder,,SystemUserJourneyUpdatedMetadata> SdkBuilder<SystemUserJourneyUpdatedMetadata.Builder,,SystemUserJourneyUpdatedMetadata> SdkPojo
- Enclosing class:
SystemUserJourneyUpdatedMetadata
@Mutable
@NotThreadSafe
public static interface SystemUserJourneyUpdatedMetadata.Builder
extends SdkPojo, CopyableBuilder<SystemUserJourneyUpdatedMetadata.Builder,SystemUserJourneyUpdatedMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionchanges(Consumer<UserJourneyChanges.Builder> changes) The changes made to the user journey.changes(UserJourneyChanges changes) The changes made to the user journey.userJourneyName(String userJourneyName) The name of the updated user journey.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
-
userJourneyName
The name of the updated user journey.
- Parameters:
userJourneyName- The name of the updated user journey.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changes
The changes made to the user journey.
- Parameters:
changes- The changes made to the user journey.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changes
default SystemUserJourneyUpdatedMetadata.Builder changes(Consumer<UserJourneyChanges.Builder> changes) The changes made to the user journey.
This is a convenience method that creates an instance of theUserJourneyChanges.Builderavoiding the need to create one manually viaUserJourneyChanges.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tochanges(UserJourneyChanges).- Parameters:
changes- a consumer that will call methods onUserJourneyChanges.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-