Interface ListManagedNotificationConfigurationsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ListManagedNotificationConfigurationsRequest.Builder,,- ListManagedNotificationConfigurationsRequest> - NotificationsRequest.Builder,- SdkBuilder<ListManagedNotificationConfigurationsRequest.Builder,,- ListManagedNotificationConfigurationsRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListManagedNotificationConfigurationsRequest
@Mutable
@NotThreadSafe
public static interface ListManagedNotificationConfigurationsRequest.Builder
extends NotificationsRequest.Builder, SdkPojo, CopyableBuilder<ListManagedNotificationConfigurationsRequest.Builder,ListManagedNotificationConfigurationsRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionchannelIdentifier(String channelIdentifier) The identifier or ARN of the notification channel to filter configurations by.maxResults(Integer maxResults) The maximum number of results to be returned in this call.The start token for paginated calls.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.notifications.model.NotificationsRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
channelIdentifierThe identifier or ARN of the notification channel to filter configurations by. - Parameters:
- channelIdentifier- The identifier or ARN of the notification channel to filter configurations by.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maxResultsThe maximum number of results to be returned in this call. Defaults to 20. - Parameters:
- maxResults- The maximum number of results to be returned in this call. Defaults to 20.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nextTokenThe start token for paginated calls. Retrieved from the response of a previous ListManagedNotificationChannelAssociations call. Next token uses Base64 encoding. - Parameters:
- nextToken- The start token for paginated calls. Retrieved from the response of a previous ListManagedNotificationChannelAssociations call. Next token uses Base64 encoding.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationListManagedNotificationConfigurationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListManagedNotificationConfigurationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-