Interface ListWebAcLsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListWebAcLsRequest.Builder,ListWebAcLsRequest>,SdkBuilder<ListWebAcLsRequest.Builder,ListWebAcLsRequest>,SdkPojo,SdkRequest.Builder,WafRequest.Builder
- Enclosing class:
- ListWebAcLsRequest
public static interface ListWebAcLsRequest.Builder extends WafRequest.Builder, SdkPojo, CopyableBuilder<ListWebAcLsRequest.Builder,ListWebAcLsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListWebAcLsRequest.Builderlimit(Integer limit)Specifies the number ofWebACLobjects that you want AWS WAF to return for this request.ListWebAcLsRequest.BuildernextMarker(String nextMarker)If you specify a value forLimitand you have moreWebACLobjects than the number that you specify forLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofWebACLobjects.ListWebAcLsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListWebAcLsRequest.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.waf.model.WafRequest.Builder
build
-
-
-
-
Method Detail
-
nextMarker
ListWebAcLsRequest.Builder nextMarker(String nextMarker)
If you specify a value for
Limitand you have moreWebACLobjects than the number that you specify forLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofWebACLobjects. For the second and subsequentListWebACLsrequests, specify the value ofNextMarkerfrom the previous response to get information about another batch ofWebACLobjects.- Parameters:
nextMarker- If you specify a value forLimitand you have moreWebACLobjects than the number that you specify forLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofWebACLobjects. For the second and subsequentListWebACLsrequests, specify the value ofNextMarkerfrom the previous response to get information about another batch ofWebACLobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
ListWebAcLsRequest.Builder limit(Integer limit)
Specifies the number of
WebACLobjects that you want AWS WAF to return for this request. If you have moreWebACLobjects than the number that you specify forLimit, the response includes aNextMarkervalue that you can use to get another batch ofWebACLobjects.- Parameters:
limit- Specifies the number ofWebACLobjects that you want AWS WAF to return for this request. If you have moreWebACLobjects than the number that you specify forLimit, the response includes aNextMarkervalue that you can use to get another batch ofWebACLobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListWebAcLsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListWebAcLsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-