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