Interface ListStorageSystemsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListStorageSystemsResponse.Builder,
,ListStorageSystemsResponse> DataSyncResponse.Builder
,SdkBuilder<ListStorageSystemsResponse.Builder,
,ListStorageSystemsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListStorageSystemsResponse
public static interface ListStorageSystemsResponse.Builder
extends DataSyncResponse.Builder, SdkPojo, CopyableBuilder<ListStorageSystemsResponse.Builder,ListStorageSystemsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe opaque string that indicates the position to begin the next list of results in the response.storageSystems
(Collection<StorageSystemListEntry> storageSystems) The Amazon Resource Names ARNs) of the on-premises storage systems that you're using with DataSync Discovery.storageSystems
(Consumer<StorageSystemListEntry.Builder>... storageSystems) The Amazon Resource Names ARNs) of the on-premises storage systems that you're using with DataSync Discovery.storageSystems
(StorageSystemListEntry... storageSystems) The Amazon Resource Names ARNs) of the on-premises storage systems that you're using with DataSync Discovery.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.datasync.model.DataSyncResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
storageSystems
ListStorageSystemsResponse.Builder storageSystems(Collection<StorageSystemListEntry> storageSystems) The Amazon Resource Names ARNs) of the on-premises storage systems that you're using with DataSync Discovery.
- Parameters:
storageSystems
- The Amazon Resource Names ARNs) of the on-premises storage systems that you're using with DataSync Discovery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageSystems
The Amazon Resource Names ARNs) of the on-premises storage systems that you're using with DataSync Discovery.
- Parameters:
storageSystems
- The Amazon Resource Names ARNs) of the on-premises storage systems that you're using with DataSync Discovery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageSystems
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 viaStorageSystemListEntry.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostorageSystems(List<StorageSystemListEntry>)
.- Parameters:
storageSystems
- a consumer that will call methods onStorageSystemListEntry.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The opaque string that indicates the position to begin the next list of results in the response.
- Parameters:
nextToken
- The opaque string that indicates the position to begin the next list of results in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-