Interface ListNotifyCountriesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListNotifyCountriesRequest.Builder,,ListNotifyCountriesRequest> PinpointSmsVoiceV2Request.Builder,SdkBuilder<ListNotifyCountriesRequest.Builder,,ListNotifyCountriesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListNotifyCountriesRequest
@Mutable
@NotThreadSafe
public static interface ListNotifyCountriesRequest.Builder
extends PinpointSmsVoiceV2Request.Builder, SdkPojo, CopyableBuilder<ListNotifyCountriesRequest.Builder,ListNotifyCountriesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionchannels(Collection<NumberCapability> channels) An array of channels to filter the results by.channels(NumberCapability... channels) An array of channels to filter the results by.channelsWithStrings(String... channels) An array of channels to filter the results by.channelsWithStrings(Collection<String> channels) An array of channels to filter the results by.maxResults(Integer maxResults) The maximum number of results to return per each request.The token to be used for the next set of paginated results.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The tier to filter the results by.tier(NotifyConfigurationTier tier) The tier to filter the results by.useCases(Collection<NotifyConfigurationUseCase> useCases) An array of use cases to filter the results by.useCases(NotifyConfigurationUseCase... useCases) An array of use cases to filter the results by.useCasesWithStrings(String... useCases) An array of use cases to filter the results by.useCasesWithStrings(Collection<String> useCases) An array of use cases to filter the results by.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.pinpointsmsvoicev2.model.PinpointSmsVoiceV2Request.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
channelsWithStrings
An array of channels to filter the results by.
- Parameters:
channels- An array of channels to filter the results by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelsWithStrings
An array of channels to filter the results by.
- Parameters:
channels- An array of channels to filter the results by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channels
An array of channels to filter the results by.
- Parameters:
channels- An array of channels to filter the results by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channels
An array of channels to filter the results by.
- Parameters:
channels- An array of channels to filter the results by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
useCasesWithStrings
An array of use cases to filter the results by.
- Parameters:
useCases- An array of use cases to filter the results by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
useCasesWithStrings
An array of use cases to filter the results by.
- Parameters:
useCases- An array of use cases to filter the results by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
useCases
An array of use cases to filter the results by.
- Parameters:
useCases- An array of use cases to filter the results by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
useCases
An array of use cases to filter the results by.
- Parameters:
useCases- An array of use cases to filter the results by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tier
The tier to filter the results by.
- Parameters:
tier- The tier to filter the results by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tier
The tier to filter the results by.
- Parameters:
tier- The tier to filter the results by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.
- Parameters:
nextToken- The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results to return per each request.
- Parameters:
maxResults- The maximum number of results to return per each request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListNotifyCountriesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListNotifyCountriesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-