Interface SystemUserJourneyDeletedMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SystemUserJourneyDeletedMetadata.Builder,,SystemUserJourneyDeletedMetadata> SdkBuilder<SystemUserJourneyDeletedMetadata.Builder,,SystemUserJourneyDeletedMetadata> SdkPojo
- Enclosing class:
SystemUserJourneyDeletedMetadata
@Mutable
@NotThreadSafe
public static interface SystemUserJourneyDeletedMetadata.Builder
extends SdkPojo, CopyableBuilder<SystemUserJourneyDeletedMetadata.Builder,SystemUserJourneyDeletedMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionassociatedServicesAtDeletion(Collection<ServiceReference> associatedServicesAtDeletion) The services that were associated at the time of deletion.associatedServicesAtDeletion(Consumer<ServiceReference.Builder>... associatedServicesAtDeletion) The services that were associated at the time of deletion.associatedServicesAtDeletion(ServiceReference... associatedServicesAtDeletion) The services that were associated at the time of deletion.userJourneyName(String userJourneyName) The name of the deleted 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 deleted user journey.
- Parameters:
userJourneyName- The name of the deleted user journey.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associatedServicesAtDeletion
SystemUserJourneyDeletedMetadata.Builder associatedServicesAtDeletion(Collection<ServiceReference> associatedServicesAtDeletion) The services that were associated at the time of deletion.
- Parameters:
associatedServicesAtDeletion- The services that were associated at the time of deletion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associatedServicesAtDeletion
SystemUserJourneyDeletedMetadata.Builder associatedServicesAtDeletion(ServiceReference... associatedServicesAtDeletion) The services that were associated at the time of deletion.
- Parameters:
associatedServicesAtDeletion- The services that were associated at the time of deletion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associatedServicesAtDeletion
SystemUserJourneyDeletedMetadata.Builder associatedServicesAtDeletion(Consumer<ServiceReference.Builder>... associatedServicesAtDeletion) The services that were associated at the time of deletion.
This is a convenience method that creates an instance of theServiceReference.Builderavoiding the need to create one manually viaServiceReference.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toassociatedServicesAtDeletion(List<ServiceReference>).- Parameters:
associatedServicesAtDeletion- a consumer that will call methods onServiceReference.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-