Interface ListFileSharesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListFileSharesRequest.Builder,ListFileSharesRequest>,SdkBuilder<ListFileSharesRequest.Builder,ListFileSharesRequest>,SdkPojo,SdkRequest.Builder,StorageGatewayRequest.Builder
- Enclosing class:
- ListFileSharesRequest
public static interface ListFileSharesRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<ListFileSharesRequest.Builder,ListFileSharesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListFileSharesRequest.BuildergatewayARN(String gatewayARN)The Amazon Resource Name (ARN) of the gateway whose file shares you want to list.ListFileSharesRequest.Builderlimit(Integer limit)The maximum number of file shares to return in the response.ListFileSharesRequest.Buildermarker(String marker)Opaque pagination token returned from a previous ListFileShares operation.ListFileSharesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListFileSharesRequest.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.storagegateway.model.StorageGatewayRequest.Builder
build
-
-
-
-
Method Detail
-
gatewayARN
ListFileSharesRequest.Builder gatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway whose file shares you want to list. If this field is not present, all file shares under your account are listed.
- Parameters:
gatewayARN- The Amazon Resource Name (ARN) of the gateway whose file shares you want to list. If this field is not present, all file shares under your account are listed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
ListFileSharesRequest.Builder limit(Integer limit)
The maximum number of file shares to return in the response. The value must be an integer with a value greater than zero. Optional.
- Parameters:
limit- The maximum number of file shares to return in the response. The value must be an integer with a value greater than zero. Optional.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marker
ListFileSharesRequest.Builder marker(String marker)
Opaque pagination token returned from a previous ListFileShares operation. If present,
Markerspecifies where to continue the list from after a previous call to ListFileShares. Optional.- Parameters:
marker- Opaque pagination token returned from a previous ListFileShares operation. If present,Markerspecifies where to continue the list from after a previous call to ListFileShares. Optional.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListFileSharesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListFileSharesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-