public static interface ListAvailableManagementCidrRangesRequest.Builder extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<ListAvailableManagementCidrRangesRequest.Builder,ListAvailableManagementCidrRangesRequest>
Modifier and Type | Method and Description |
---|---|
ListAvailableManagementCidrRangesRequest.Builder |
managementCidrRangeConstraint(String managementCidrRangeConstraint)
The IP address range to search.
|
ListAvailableManagementCidrRangesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to return.
|
ListAvailableManagementCidrRangesRequest.Builder |
nextToken(String nextToken)
If you received a
NextToken from a previous call that was paginated, provide this token to
receive the next set of results. |
ListAvailableManagementCidrRangesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListAvailableManagementCidrRangesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListAvailableManagementCidrRangesRequest.Builder managementCidrRangeConstraint(String managementCidrRangeConstraint)
The IP address range to search. Specify an IP address range that is compatible with your network and in CIDR notation (that is, specify the range as an IPv4 CIDR block).
managementCidrRangeConstraint
- The IP address range to search. Specify an IP address range that is compatible with your network and
in CIDR notation (that is, specify the range as an IPv4 CIDR block).ListAvailableManagementCidrRangesRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return.
maxResults
- The maximum number of items to return.ListAvailableManagementCidrRangesRequest.Builder nextToken(String nextToken)
If you received a NextToken
from a previous call that was paginated, provide this token to
receive the next set of results.
nextToken
- If you received a NextToken
from a previous call that was paginated, provide this token
to receive the next set of results.ListAvailableManagementCidrRangesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListAvailableManagementCidrRangesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.