Interface ServiceSystemAssociatedMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ServiceSystemAssociatedMetadata.Builder,,ServiceSystemAssociatedMetadata> SdkBuilder<ServiceSystemAssociatedMetadata.Builder,,ServiceSystemAssociatedMetadata> SdkPojo
- Enclosing class:
ServiceSystemAssociatedMetadata
@Mutable
@NotThreadSafe
public static interface ServiceSystemAssociatedMetadata.Builder
extends SdkPojo, CopyableBuilder<ServiceSystemAssociatedMetadata.Builder,ServiceSystemAssociatedMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the SystemArn property for this object.systemName(String systemName) The name of the associated 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
-
systemName
The name of the associated system.
- Parameters:
systemName- The name of the associated system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-