Interface DescribeStorageSystemResourcesResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<DescribeStorageSystemResourcesResponse.Builder,,DescribeStorageSystemResourcesResponse> DataSyncResponse.Builder,SdkBuilder<DescribeStorageSystemResourcesResponse.Builder,,DescribeStorageSystemResourcesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DescribeStorageSystemResourcesResponse
- 
Method Summary
Modifier and TypeMethodDescriptionThe opaque string that indicates the position to begin the next list of results in the response.resourceDetails(Consumer<ResourceDetails.Builder> resourceDetails) The information collected about your storage system's resources.resourceDetails(ResourceDetails resourceDetails) The information collected about your storage system's resources.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.datasync.model.DataSyncResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
resourceDetails
The information collected about your storage system's resources. A response can also include Amazon Web Services storage service recommendations.
For more information, see storage resource information collected by and recommendations provided by DataSync Discovery.
- Parameters:
 resourceDetails- The information collected about your storage system's resources. A response can also include Amazon Web Services storage service recommendations.For more information, see storage resource information collected by and recommendations provided by DataSync Discovery.
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
resourceDetails
default DescribeStorageSystemResourcesResponse.Builder resourceDetails(Consumer<ResourceDetails.Builder> resourceDetails) The information collected about your storage system's resources. A response can also include Amazon Web Services storage service recommendations.
For more information, see storage resource information collected by and recommendations provided by DataSync Discovery.
This is a convenience method that creates an instance of theResourceDetails.Builderavoiding the need to create one manually viaResourceDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresourceDetails(ResourceDetails).- Parameters:
 resourceDetails- a consumer that will call methods onResourceDetails.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.
 
 
 -