public static interface ListOrdersRequest.Builder extends PrivateNetworksRequest.Builder, SdkPojo, CopyableBuilder<ListOrdersRequest.Builder,ListOrdersRequest>
| Modifier and Type | Method and Description |
|---|---|
ListOrdersRequest.Builder |
filters(Map<OrderFilterKeys,? extends Collection<String>> filters)
The filters.
|
ListOrdersRequest.Builder |
filtersWithStrings(Map<String,? extends Collection<String>> filters)
The filters.
|
ListOrdersRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return.
|
ListOrdersRequest.Builder |
networkArn(String networkArn)
The Amazon Resource Name (ARN) of the network.
|
ListOrdersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListOrdersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListOrdersRequest.Builder |
startToken(String startToken)
The token for the next page of results.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListOrdersRequest.Builder filtersWithStrings(Map<String,? extends Collection<String>> filters)
The filters.
NETWORK_SITE - The Amazon Resource Name (ARN) of the network site.
STATUS - The status (ACKNOWLEDGING | ACKNOWLEDGED |
UNACKNOWLEDGED).
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.
NETWORK_SITE - The Amazon Resource Name (ARN) of the network site.
STATUS - The status (ACKNOWLEDGING | ACKNOWLEDGED |
UNACKNOWLEDGED).
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.
ListOrdersRequest.Builder filters(Map<OrderFilterKeys,? extends Collection<String>> filters)
The filters.
NETWORK_SITE - The Amazon Resource Name (ARN) of the network site.
STATUS - The status (ACKNOWLEDGING | ACKNOWLEDGED |
UNACKNOWLEDGED).
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.
NETWORK_SITE - The Amazon Resource Name (ARN) of the network site.
STATUS - The status (ACKNOWLEDGING | ACKNOWLEDGED |
UNACKNOWLEDGED).
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.
ListOrdersRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.ListOrdersRequest.Builder networkArn(String networkArn)
The Amazon Resource Name (ARN) of the network.
networkArn - The Amazon Resource Name (ARN) of the network.ListOrdersRequest.Builder startToken(String startToken)
The token for the next page of results.
startToken - The token for the next page of results.ListOrdersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListOrdersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.