Interface ListAppsListsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAppsListsRequest.Builder,ListAppsListsRequest>,FmsRequest.Builder,SdkBuilder<ListAppsListsRequest.Builder,ListAppsListsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAppsListsRequest
public static interface ListAppsListsRequest.Builder extends FmsRequest.Builder, SdkPojo, CopyableBuilder<ListAppsListsRequest.Builder,ListAppsListsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAppsListsRequest.BuilderdefaultLists(Boolean defaultLists)Specifies whether the lists to retrieve are default lists owned by Firewall Manager.ListAppsListsRequest.BuildermaxResults(Integer maxResults)The maximum number of objects that you want Firewall Manager to return for this request.ListAppsListsRequest.BuildernextToken(String nextToken)If you specify a value forMaxResultsin your list request, and you have more objects than the maximum, Firewall Manager returns this token in the response.ListAppsListsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAppsListsRequest.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.services.fms.model.FmsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
defaultLists
ListAppsListsRequest.Builder defaultLists(Boolean defaultLists)
Specifies whether the lists to retrieve are default lists owned by Firewall Manager.
- Parameters:
defaultLists- Specifies whether the lists to retrieve are default lists owned by Firewall Manager.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAppsListsRequest.Builder nextToken(String nextToken)
If you specify a value for
MaxResultsin your list request, and you have more objects than the maximum, Firewall Manager returns this token in the response. For all but the first request, you provide the token returned by the prior request in the request parameters, to retrieve the next batch of objects.- Parameters:
nextToken- If you specify a value forMaxResultsin your list request, and you have more objects than the maximum, Firewall Manager returns this token in the response. For all but the first request, you provide the token returned by the prior request in the request parameters, to retrieve the next batch of objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListAppsListsRequest.Builder maxResults(Integer maxResults)
The maximum number of objects that you want Firewall Manager to return for this request. If more objects are available, in the response, Firewall Manager provides a
NextTokenvalue that you can use in a subsequent call to get the next batch of objects.If you don't specify this, Firewall Manager returns all available objects.
- Parameters:
maxResults- The maximum number of objects that you want Firewall Manager to return for this request. If more objects are available, in the response, Firewall Manager provides aNextTokenvalue that you can use in a subsequent call to get the next batch of objects.If you don't specify this, Firewall Manager returns all available objects.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAppsListsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAppsListsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-