Interface ListNetworksRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListNetworksRequest.Builder,ListNetworksRequest>,PrivateNetworksRequest.Builder,SdkBuilder<ListNetworksRequest.Builder,ListNetworksRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListNetworksRequest
public static interface ListNetworksRequest.Builder extends PrivateNetworksRequest.Builder, SdkPojo, CopyableBuilder<ListNetworksRequest.Builder,ListNetworksRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListNetworksRequest.Builderfilters(Map<NetworkFilterKeys,? extends Collection<String>> filters)The filters.ListNetworksRequest.BuilderfiltersWithStrings(Map<String,? extends Collection<String>> filters)The filters.ListNetworksRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return.ListNetworksRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListNetworksRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListNetworksRequest.BuilderstartToken(String startToken)The token for the next page of results.-
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.privatenetworks.model.PrivateNetworksRequest.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
-
filtersWithStrings
ListNetworksRequest.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.- Parameters:
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.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
filters
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.- Parameters:
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.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
maxResults
ListNetworksRequest.Builder maxResults(Integer 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.
-
startToken
ListNetworksRequest.Builder startToken(String 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
ListNetworksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListNetworksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-