Interface StorageSystemListEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StorageSystemListEntry.Builder,StorageSystemListEntry>,SdkBuilder<StorageSystemListEntry.Builder,StorageSystemListEntry>,SdkPojo
- Enclosing class:
- StorageSystemListEntry
public static interface StorageSystemListEntry.Builder extends SdkPojo, CopyableBuilder<StorageSystemListEntry.Builder,StorageSystemListEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StorageSystemListEntry.Buildername(String name)The name of an on-premises storage system that you added to DataSync Discovery.StorageSystemListEntry.BuilderstorageSystemArn(String storageSystemArn)The Amazon Resource Names (ARN) of an on-premises storage system that you added to DataSync Discovery.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
storageSystemArn
StorageSystemListEntry.Builder storageSystemArn(String storageSystemArn)
The Amazon Resource Names (ARN) of an on-premises storage system that you added to DataSync Discovery.
- Parameters:
storageSystemArn- The Amazon Resource Names (ARN) of an on-premises storage system that you added to DataSync Discovery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
StorageSystemListEntry.Builder name(String name)
The name of an on-premises storage system that you added to DataSync Discovery.
- Parameters:
name- The name of an on-premises storage system that you added to DataSync Discovery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-