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 Details

    • 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 MaxResults in 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 for MaxResults in 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 NextToken value 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 a NextToken value 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)
      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.