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 Details

    • 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

      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

      Opaque pagination token returned from a previous ListFileShares operation. If present, Marker specifies 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, Marker specifies 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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.