Interface SystemServiceDisassociatedMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SystemServiceDisassociatedMetadata.Builder,,SystemServiceDisassociatedMetadata> SdkBuilder<SystemServiceDisassociatedMetadata.Builder,,SystemServiceDisassociatedMetadata> SdkPojo
- Enclosing class:
SystemServiceDisassociatedMetadata
@Mutable
@NotThreadSafe
public static interface SystemServiceDisassociatedMetadata.Builder
extends SdkPojo, CopyableBuilder<SystemServiceDisassociatedMetadata.Builder,SystemServiceDisassociatedMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionA comment about the disassociation.serviceArn(String serviceArn) Sets the value of the ServiceArn property for this object.serviceName(String serviceName) The name of the disassociated service.userJourneysAffected(String... userJourneysAffected) The user journeys affected by the disassociation.userJourneysAffected(Collection<String> userJourneysAffected) The user journeys affected by the disassociation.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
-
serviceName
The name of the disassociated service.
- Parameters:
serviceName- The name of the disassociated service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceArn
Sets the value of the ServiceArn property for this object.- Parameters:
serviceArn- The new value for the ServiceArn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userJourneysAffected
SystemServiceDisassociatedMetadata.Builder userJourneysAffected(Collection<String> userJourneysAffected) The user journeys affected by the disassociation.
- Parameters:
userJourneysAffected- The user journeys affected by the disassociation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userJourneysAffected
The user journeys affected by the disassociation.
- Parameters:
userJourneysAffected- The user journeys affected by the disassociation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
comment
A comment about the disassociation.
- Parameters:
comment- A comment about the disassociation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-