Interface ListCacheReportsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListCacheReportsResponse.Builder,ListCacheReportsResponse>,SdkBuilder<ListCacheReportsResponse.Builder,ListCacheReportsResponse>,SdkPojo,SdkResponse.Builder,StorageGatewayResponse.Builder
- Enclosing class:
- ListCacheReportsResponse
public static interface ListCacheReportsResponse.Builder extends StorageGatewayResponse.Builder, SdkPojo, CopyableBuilder<ListCacheReportsResponse.Builder,ListCacheReportsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCacheReportsResponse.BuildercacheReportList(Collection<CacheReportInfo> cacheReportList)A list of existing cache reports for all file shares associated with your Amazon Web Services account.ListCacheReportsResponse.BuildercacheReportList(Consumer<CacheReportInfo.Builder>... cacheReportList)A list of existing cache reports for all file shares associated with your Amazon Web Services account.ListCacheReportsResponse.BuildercacheReportList(CacheReportInfo... cacheReportList)A list of existing cache reports for all file shares associated with your Amazon Web Services account.ListCacheReportsResponse.Buildermarker(String marker)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 Detail
-
cacheReportList
ListCacheReportsResponse.Builder cacheReportList(Collection<CacheReportInfo> 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(CacheReportInfo... 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 to#cacheReportList(List.) - 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:
#cacheReportList(java.util.Collection)
-
marker
ListCacheReportsResponse.Builder marker(String 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.
-
-