Interface ListPhoneNumbersRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ChimeRequest.Builder
,CopyableBuilder<ListPhoneNumbersRequest.Builder,
,ListPhoneNumbersRequest> SdkBuilder<ListPhoneNumbersRequest.Builder,
,ListPhoneNumbersRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListPhoneNumbersRequest
public static interface ListPhoneNumbersRequest.Builder
extends ChimeRequest.Builder, SdkPojo, CopyableBuilder<ListPhoneNumbersRequest.Builder,ListPhoneNumbersRequest>
-
Method Summary
Modifier and TypeMethodDescriptionfilterName
(String filterName) The filter to use to limit the number of results.filterName
(PhoneNumberAssociationName filterName) The filter to use to limit the number of results.filterValue
(String filterValue) The value to use for the filter.maxResults
(Integer maxResults) The maximum number of results to return in a single call.The token to use to retrieve the next page of results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.productType
(String productType) The phone number product type.productType
(PhoneNumberProductType productType) The phone number product type.The phone number status.status
(PhoneNumberStatus status) The phone number status.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.chime.model.ChimeRequest.Builder
build
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, sdkFields
-
Method Details
-
status
The phone number status.
- Parameters:
status
- The phone number status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The phone number status.
- Parameters:
status
- The phone number status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
productType
The phone number product type.
- Parameters:
productType
- The phone number product type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
productType
The phone number product type.
- Parameters:
productType
- The phone number product type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
filterName
The filter to use to limit the number of results.
- Parameters:
filterName
- The filter to use to limit the number of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
filterName
The filter to use to limit the number of results.
- Parameters:
filterName
- The filter to use to limit the number of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
filterValue
The value to use for the filter.
- Parameters:
filterValue
- The value to use for the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results to return in a single call.
- Parameters:
maxResults
- The maximum number of results to return in a single call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token to use to retrieve the next page of results.
- Parameters:
nextToken
- The token to use to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListPhoneNumbersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListPhoneNumbersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-