public static interface ListNetworksRequest.Builder extends PrivateNetworksRequest.Builder, SdkPojo, CopyableBuilder<ListNetworksRequest.Builder,ListNetworksRequest>
| Modifier and Type | Method and Description |
|---|---|
ListNetworksRequest.Builder |
filters(Map<NetworkFilterKeys,? extends Collection<String>> filters)
The filters.
|
ListNetworksRequest.Builder |
filtersWithStrings(Map<String,? extends Collection<String>> filters)
The filters.
|
ListNetworksRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return.
|
ListNetworksRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListNetworksRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListNetworksRequest.Builder |
startToken(String startToken)
The token for the next page of results.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListNetworksRequest.Builder filtersWithStrings(Map<String,? extends Collection<String>> filters)
The filters.
STATUS - The status (AVAILABLE | CREATED | DELETED |
DEPROVISIONING | PROVISIONING).
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.
filters - The filters.
STATUS - The status (AVAILABLE | CREATED | DELETED
| DEPROVISIONING | PROVISIONING).
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.
ListNetworksRequest.Builder filters(Map<NetworkFilterKeys,? extends Collection<String>> filters)
The filters.
STATUS - The status (AVAILABLE | CREATED | DELETED |
DEPROVISIONING | PROVISIONING).
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.
filters - The filters.
STATUS - The status (AVAILABLE | CREATED | DELETED
| DEPROVISIONING | PROVISIONING).
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.
ListNetworksRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.ListNetworksRequest.Builder startToken(String startToken)
The token for the next page of results.
startToken - The token for the next page of results.ListNetworksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListNetworksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.