public static interface ListStorageSystemsResponse.Builder extends DataSyncResponse.Builder, SdkPojo, CopyableBuilder<ListStorageSystemsResponse.Builder,ListStorageSystemsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListStorageSystemsResponse.Builder |
nextToken(String nextToken)
The opaque string that indicates the position to begin the next list of results in the response.
|
ListStorageSystemsResponse.Builder |
storageSystems(Collection<StorageSystemListEntry> storageSystems)
The Amazon Resource Names ARNs) of the on-premises storage systems that you're using with DataSync Discovery.
|
ListStorageSystemsResponse.Builder |
storageSystems(Consumer<StorageSystemListEntry.Builder>... storageSystems)
The Amazon Resource Names ARNs) of the on-premises storage systems that you're using with DataSync Discovery.
|
ListStorageSystemsResponse.Builder |
storageSystems(StorageSystemListEntry... storageSystems)
The Amazon Resource Names ARNs) of the on-premises storage systems that you're using with DataSync Discovery.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListStorageSystemsResponse.Builder storageSystems(Collection<StorageSystemListEntry> storageSystems)
The Amazon Resource Names ARNs) of the on-premises storage systems that you're using with DataSync Discovery.
storageSystems - The Amazon Resource Names ARNs) of the on-premises storage systems that you're using with DataSync
Discovery.ListStorageSystemsResponse.Builder storageSystems(StorageSystemListEntry... storageSystems)
The Amazon Resource Names ARNs) of the on-premises storage systems that you're using with DataSync Discovery.
storageSystems - The Amazon Resource Names ARNs) of the on-premises storage systems that you're using with DataSync
Discovery.ListStorageSystemsResponse.Builder storageSystems(Consumer<StorageSystemListEntry.Builder>... storageSystems)
The Amazon Resource Names ARNs) of the on-premises storage systems that you're using with DataSync Discovery.
This is a convenience method that creates an instance of theStorageSystemListEntry.Builder avoiding the need to
create one manually via
StorageSystemListEntry.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #storageSystems(List.
storageSystems - a consumer that will call methods on
StorageSystemListEntry.Builder#storageSystems(java.util.Collection) ListStorageSystemsResponse.Builder nextToken(String nextToken)
The opaque string that indicates the position to begin the next list of results in the response.
nextToken - The opaque string that indicates the position to begin the next list of results in the response.Copyright © 2023. All rights reserved.