Interface ListMobileSdkReleasesRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListMobileSdkReleasesRequest.Builder,ListMobileSdkReleasesRequest>, SdkBuilder<ListMobileSdkReleasesRequest.Builder,ListMobileSdkReleasesRequest>, SdkPojo, SdkRequest.Builder, Wafv2Request.Builder
Enclosing class:
ListMobileSdkReleasesRequest

public static interface ListMobileSdkReleasesRequest.Builder extends Wafv2Request.Builder, SdkPojo, CopyableBuilder<ListMobileSdkReleasesRequest.Builder,ListMobileSdkReleasesRequest>
  • Method Details

    • platform

      The device platform to retrieve the list for.

      Parameters:
      platform - The device platform to retrieve the list for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • platform

      The device platform to retrieve the list for.

      Parameters:
      platform - The device platform to retrieve the list for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextMarker

      When you request a list of objects with a Limit setting, if the number of objects that are still available for retrieval exceeds the limit, WAF returns a NextMarker value in the response. To retrieve the next batch of objects, provide the marker from the prior call in your next request.

      Parameters:
      nextMarker - When you request a list of objects with a Limit setting, if the number of objects that are still available for retrieval exceeds the limit, WAF returns a NextMarker value in the response. To retrieve the next batch of objects, provide the marker from the prior call in your next request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • limit

      The maximum number of objects that you want WAF to return for this request. If more objects are available, in the response, WAF provides a NextMarker value that you can use in a subsequent call to get the next batch of objects.

      Parameters:
      limit - The maximum number of objects that you want WAF to return for this request. If more objects are available, in the response, WAF provides a NextMarker value that you can use in a subsequent call to get the next batch of objects.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListMobileSdkReleasesRequest.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.