Interface ListNetworkSitesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListNetworkSitesRequest.Builder,ListNetworkSitesRequest>,PrivateNetworksRequest.Builder,SdkBuilder<ListNetworkSitesRequest.Builder,ListNetworkSitesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListNetworkSitesRequest
public static interface ListNetworkSitesRequest.Builder extends PrivateNetworksRequest.Builder, SdkPojo, CopyableBuilder<ListNetworkSitesRequest.Builder,ListNetworkSitesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListNetworkSitesRequest.Builderfilters(Map<NetworkSiteFilterKeys,? extends Collection<String>> filters)The filters.ListNetworkSitesRequest.BuilderfiltersWithStrings(Map<String,? extends Collection<String>> filters)The filters.ListNetworkSitesRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return.ListNetworkSitesRequest.BuildernetworkArn(String networkArn)The Amazon Resource Name (ARN) of the network.ListNetworkSitesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListNetworkSitesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListNetworkSitesRequest.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
ListNetworkSitesRequest.Builder filtersWithStrings(Map<String,? extends Collection<String>> filters)
The filters. Add filters to your request to return a more specific list of results. Use filters to match the status of the network sites.
-
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. Add filters to your request to return a more specific list of results. Use filters to match the status of the network sites.-
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
ListNetworkSitesRequest.Builder filters(Map<NetworkSiteFilterKeys,? extends Collection<String>> filters)
The filters. Add filters to your request to return a more specific list of results. Use filters to match the status of the network sites.
-
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. Add filters to your request to return a more specific list of results. Use filters to match the status of the network sites.-
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
ListNetworkSitesRequest.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.
-
networkArn
ListNetworkSitesRequest.Builder networkArn(String 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
ListNetworkSitesRequest.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
ListNetworkSitesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListNetworkSitesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-