Interface ListNetworkResourcesRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListNetworkResourcesRequest.Builder,ListNetworkResourcesRequest>, PrivateNetworksRequest.Builder, SdkBuilder<ListNetworkResourcesRequest.Builder,ListNetworkResourcesRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListNetworkResourcesRequest

  • Method Details

    • filtersWithStrings

      ListNetworkResourcesRequest.Builder filtersWithStrings(Map<String,? extends Collection<String>> filters)

      The filters.

      • ORDER - The Amazon Resource Name (ARN) of the order.

      • STATUS - The status (AVAILABLE | DELETED | DELETING | PENDING | PENDING_RETURN | PROVISIONING | SHIPPED).

      Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.

      Parameters:
      filters - The filters.

      • ORDER - The Amazon Resource Name (ARN) of the order.

      • STATUS - The status (AVAILABLE | DELETED | DELETING | PENDING | PENDING_RETURN | PROVISIONING | SHIPPED).

      Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filters

      The filters.

      • ORDER - The Amazon Resource Name (ARN) of the order.

      • STATUS - The status (AVAILABLE | DELETED | DELETING | PENDING | PENDING_RETURN | PROVISIONING | SHIPPED).

      Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.

      Parameters:
      filters - The filters.

      • ORDER - The Amazon Resource Name (ARN) of the order.

      • STATUS - The status (AVAILABLE | DELETED | DELETING | PENDING | PENDING_RETURN | PROVISIONING | SHIPPED).

      Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum number of results to return.

      Parameters:
      maxResults - The maximum number of results to return.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • networkArn

      The Amazon Resource Name (ARN) of the network.

      Parameters:
      networkArn - The Amazon Resource Name (ARN) of the network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startToken

      The token for the next page of results.

      Parameters:
      startToken - The token for the next page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListNetworkResourcesRequest.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.