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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListMobileSdkReleasesRequest.Builderlimit(Integer limit)The maximum number of objects that you want WAF to return for this request.ListMobileSdkReleasesRequest.BuildernextMarker(String nextMarker)When you request a list of objects with aLimitsetting, if the number of objects that are still available for retrieval exceeds the limit, WAF returns aNextMarkervalue in the response.ListMobileSdkReleasesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListMobileSdkReleasesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListMobileSdkReleasesRequest.Builderplatform(String platform)The device platform to retrieve the list for.ListMobileSdkReleasesRequest.Builderplatform(Platform platform)The device platform to retrieve the list for.-
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.wafv2.model.Wafv2Request.Builder
build
-
-
-
-
Method Detail
-
platform
ListMobileSdkReleasesRequest.Builder platform(String platform)
The device platform to retrieve the list for.
-
platform
ListMobileSdkReleasesRequest.Builder platform(Platform platform)
The device platform to retrieve the list for.
-
nextMarker
ListMobileSdkReleasesRequest.Builder nextMarker(String nextMarker)
When you request a list of objects with a
Limitsetting, if the number of objects that are still available for retrieval exceeds the limit, WAF returns aNextMarkervalue 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 aLimitsetting, if the number of objects that are still available for retrieval exceeds the limit, WAF returns aNextMarkervalue 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
ListMobileSdkReleasesRequest.Builder limit(Integer 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
NextMarkervalue 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 aNextMarkervalue 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListMobileSdkReleasesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-