Interface DescribeCacheReportResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeCacheReportResponse.Builder,DescribeCacheReportResponse>,SdkBuilder<DescribeCacheReportResponse.Builder,DescribeCacheReportResponse>,SdkPojo,SdkResponse.Builder,StorageGatewayResponse.Builder
- Enclosing class:
- DescribeCacheReportResponse
public static interface DescribeCacheReportResponse.Builder extends StorageGatewayResponse.Builder, SdkPojo, CopyableBuilder<DescribeCacheReportResponse.Builder,DescribeCacheReportResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeCacheReportResponse.BuildercacheReportInfo(Consumer<CacheReportInfo.Builder> cacheReportInfo)Contains all informational fields associated with a cache report.DescribeCacheReportResponse.BuildercacheReportInfo(CacheReportInfo cacheReportInfo)Contains all informational fields associated with a cache report.-
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
-
cacheReportInfo
DescribeCacheReportResponse.Builder cacheReportInfo(CacheReportInfo cacheReportInfo)
Contains all informational fields associated with a cache report. Includes name, ARN, tags, status, progress, filters, start time, and end time.
- Parameters:
cacheReportInfo- Contains all informational fields associated with a cache report. Includes name, ARN, tags, status, progress, filters, start time, and end time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cacheReportInfo
default DescribeCacheReportResponse.Builder cacheReportInfo(Consumer<CacheReportInfo.Builder> cacheReportInfo)
Contains all informational fields associated with a cache report. Includes name, ARN, tags, status, progress, filters, start time, and end time.
This is a convenience method that creates an instance of theCacheReportInfo.Builderavoiding the need to create one manually viaCacheReportInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocacheReportInfo(CacheReportInfo).- Parameters:
cacheReportInfo- 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:
cacheReportInfo(CacheReportInfo)
-
-