Interface ListCacheReportsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListCacheReportsResponse.Builder,,ListCacheReportsResponse> SdkBuilder<ListCacheReportsResponse.Builder,,ListCacheReportsResponse> SdkPojo,SdkResponse.Builder,StorageGatewayResponse.Builder
- Enclosing class:
ListCacheReportsResponse
-
Method Summary
Modifier and TypeMethodDescriptioncacheReportList(Collection<CacheReportInfo> cacheReportList) A list of existing cache reports for all file shares associated with your Amazon Web Services account.cacheReportList(Consumer<CacheReportInfo.Builder>... cacheReportList) A list of existing cache reports for all file shares associated with your Amazon Web Services account.cacheReportList(CacheReportInfo... cacheReportList) A list of existing cache reports for all file shares associated with your Amazon Web Services account.If the request includesMarker, the response returns that value in this field.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.storagegateway.model.StorageGatewayResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
cacheReportList
A list of existing cache reports for all file shares associated with your Amazon Web Services account. This list includes all information provided by the
DescribeCacheReportaction, such as report status, completion progress, start time, end time, filters, and tags.- Parameters:
cacheReportList- A list of existing cache reports for all file shares associated with your Amazon Web Services account. This list includes all information provided by theDescribeCacheReportaction, such as report status, completion progress, start time, end time, filters, and tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cacheReportList
A list of existing cache reports for all file shares associated with your Amazon Web Services account. This list includes all information provided by the
DescribeCacheReportaction, such as report status, completion progress, start time, end time, filters, and tags.- Parameters:
cacheReportList- A list of existing cache reports for all file shares associated with your Amazon Web Services account. This list includes all information provided by theDescribeCacheReportaction, such as report status, completion progress, start time, end time, filters, and tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cacheReportList
ListCacheReportsResponse.Builder cacheReportList(Consumer<CacheReportInfo.Builder>... cacheReportList) A list of existing cache reports for all file shares associated with your Amazon Web Services account. This list includes all information provided by the
This is a convenience method that creates an instance of theDescribeCacheReportaction, such as report status, completion progress, start time, end time, filters, and tags.CacheReportInfo.Builderavoiding the need to create one manually viaCacheReportInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocacheReportList(List<CacheReportInfo>).- Parameters:
cacheReportList- a consumer that will call methods onCacheReportInfo.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
marker
If the request includes
Marker, the response returns that value in this field.- Parameters:
marker- If the request includesMarker, the response returns that value in this field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-