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