Interface ListManagedNotificationConfigurationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListManagedNotificationConfigurationsRequest.Builder,ListManagedNotificationConfigurationsRequest>,NotificationsRequest.Builder,SdkBuilder<ListManagedNotificationConfigurationsRequest.Builder,ListManagedNotificationConfigurationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListManagedNotificationConfigurationsRequest
public static interface ListManagedNotificationConfigurationsRequest.Builder extends NotificationsRequest.Builder, SdkPojo, CopyableBuilder<ListManagedNotificationConfigurationsRequest.Builder,ListManagedNotificationConfigurationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListManagedNotificationConfigurationsRequest.BuilderchannelIdentifier(String channelIdentifier)The identifier or ARN of the notification channel to filter configurations by.ListManagedNotificationConfigurationsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to be returned in this call.ListManagedNotificationConfigurationsRequest.BuildernextToken(String nextToken)The start token for paginated calls.ListManagedNotificationConfigurationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListManagedNotificationConfigurationsRequest.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.services.notifications.model.NotificationsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
channelIdentifier
ListManagedNotificationConfigurationsRequest.Builder channelIdentifier(String channelIdentifier)
The 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.
-
maxResults
ListManagedNotificationConfigurationsRequest.Builder maxResults(Integer maxResults)
The 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.
-
nextToken
ListManagedNotificationConfigurationsRequest.Builder nextToken(String nextToken)
The 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.
-
overrideConfiguration
ListManagedNotificationConfigurationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListManagedNotificationConfigurationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-