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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods 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
DescribeCacheReport
action, 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 theDescribeCacheReport
action, 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
DescribeCacheReport
action, 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 theDescribeCacheReport
action, 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 theDescribeCacheReport
action, such as report status, completion progress, start time, end time, filters, and tags.CacheReportInfo.Builder
avoiding the need to create one manually viaCacheReportInfo.builder()
.When the
Consumer
completes,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.
-