Interface ListCacheReportsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListCacheReportsRequest.Builder,ListCacheReportsRequest>,SdkBuilder<ListCacheReportsRequest.Builder,ListCacheReportsRequest>,SdkPojo,SdkRequest.Builder,StorageGatewayRequest.Builder
- Enclosing class:
- ListCacheReportsRequest
public static interface ListCacheReportsRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<ListCacheReportsRequest.Builder,ListCacheReportsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCacheReportsRequest.Buildermarker(String marker)Opaque pagination token returned from a previousListCacheReportsoperation.ListCacheReportsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListCacheReportsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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.services.storagegateway.model.StorageGatewayRequest.Builder
build
-
-
-
-
Method Detail
-
marker
ListCacheReportsRequest.Builder marker(String marker)
Opaque pagination token returned from a previous
ListCacheReportsoperation. If present,Markerspecifies where to continue the list from after a previous call toListCacheReports. Optional.- Parameters:
marker- Opaque pagination token returned from a previousListCacheReportsoperation. If present,Markerspecifies where to continue the list from after a previous call toListCacheReports. Optional.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListCacheReportsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListCacheReportsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-