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) |
ListAvailableManagementCidrRangesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAvailableManagementCidrRangesRequest.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)
overrideConfiguration in interface AwsRequest.BuilderListAvailableManagementCidrRangesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.