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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListStorageSystemsResponse.BuildernextToken(String nextToken)The opaque string that indicates the position to begin the next list of results in the response.ListStorageSystemsResponse.BuilderstorageSystems(Collection<StorageSystemListEntry> storageSystems)The Amazon Resource Names ARNs) of the on-premises storage systems that you're using with DataSync Discovery.ListStorageSystemsResponse.BuilderstorageSystems(Consumer<StorageSystemListEntry.Builder>... storageSystems)The Amazon Resource Names ARNs) of the on-premises storage systems that you're using with DataSync Discovery.ListStorageSystemsResponse.BuilderstorageSystems(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 Detail
-
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
ListStorageSystemsResponse.Builder storageSystems(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
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.Builderavoiding the need to create one manually viaStorageSystemListEntry.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#storageSystems(List.) - 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:
#storageSystems(java.util.Collection)
-
nextToken
ListStorageSystemsResponse.Builder nextToken(String 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.
-
-