Interface SystemServiceAssociatedMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SystemServiceAssociatedMetadata.Builder,,SystemServiceAssociatedMetadata> SdkBuilder<SystemServiceAssociatedMetadata.Builder,,SystemServiceAssociatedMetadata> SdkPojo
- Enclosing class:
SystemServiceAssociatedMetadata
@Mutable
@NotThreadSafe
public static interface SystemServiceAssociatedMetadata.Builder
extends SdkPojo, CopyableBuilder<SystemServiceAssociatedMetadata.Builder,SystemServiceAssociatedMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionserviceArn(String serviceArn) Sets the value of the ServiceArn property for this object.serviceName(String serviceName) The name of the associated service.userJourneys(String... userJourneys) The user journeys linking the service to the system.userJourneys(Collection<String> userJourneys) The user journeys linking the service to the system.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 associated service.
- Parameters:
serviceName- The name of the associated 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.
-
userJourneys
The user journeys linking the service to the system.
- Parameters:
userJourneys- The user journeys linking the service to the system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userJourneys
The user journeys linking the service to the system.
- Parameters:
userJourneys- The user journeys linking the service to the system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-