Interface ListAvailableManagementCidrRangesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAvailableManagementCidrRangesRequest.Builder,ListAvailableManagementCidrRangesRequest>,SdkBuilder<ListAvailableManagementCidrRangesRequest.Builder,ListAvailableManagementCidrRangesRequest>,SdkPojo,SdkRequest.Builder,WorkSpacesRequest.Builder
- Enclosing class:
- ListAvailableManagementCidrRangesRequest
public static interface ListAvailableManagementCidrRangesRequest.Builder extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<ListAvailableManagementCidrRangesRequest.Builder,ListAvailableManagementCidrRangesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAvailableManagementCidrRangesRequest.BuildermanagementCidrRangeConstraint(String managementCidrRangeConstraint)The IP address range to search.ListAvailableManagementCidrRangesRequest.BuildermaxResults(Integer maxResults)The maximum number of items to return.ListAvailableManagementCidrRangesRequest.BuildernextToken(String nextToken)If you received aNextTokenfrom a previous call that was paginated, provide this token to receive the next set of results.ListAvailableManagementCidrRangesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAvailableManagementCidrRangesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.workspaces.model.WorkSpacesRequest.Builder
build
-
-
-
-
Method Detail
-
managementCidrRangeConstraint
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).
- Parameters:
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).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListAvailableManagementCidrRangesRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return.
- Parameters:
maxResults- The maximum number of items to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAvailableManagementCidrRangesRequest.Builder nextToken(String nextToken)
If you received a
NextTokenfrom a previous call that was paginated, provide this token to receive the next set of results.- Parameters:
nextToken- If you received aNextTokenfrom a previous call that was paginated, provide this token to receive the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAvailableManagementCidrRangesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAvailableManagementCidrRangesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-