Interface ListManagedNotificationChannelAssociationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListManagedNotificationChannelAssociationsRequest.Builder,ListManagedNotificationChannelAssociationsRequest>,NotificationsRequest.Builder,SdkBuilder<ListManagedNotificationChannelAssociationsRequest.Builder,ListManagedNotificationChannelAssociationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListManagedNotificationChannelAssociationsRequest
public static interface ListManagedNotificationChannelAssociationsRequest.Builder extends NotificationsRequest.Builder, SdkPojo, CopyableBuilder<ListManagedNotificationChannelAssociationsRequest.Builder,ListManagedNotificationChannelAssociationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListManagedNotificationChannelAssociationsRequest.BuildermanagedNotificationConfigurationArn(String managedNotificationConfigurationArn)The Amazon Resource Name (ARN) of theManagedNotificationConfigurationto match.ListManagedNotificationChannelAssociationsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to be returned in this call.ListManagedNotificationChannelAssociationsRequest.BuildernextToken(String nextToken)The start token for paginated calls.ListManagedNotificationChannelAssociationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListManagedNotificationChannelAssociationsRequest.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
-
managedNotificationConfigurationArn
ListManagedNotificationChannelAssociationsRequest.Builder managedNotificationConfigurationArn(String managedNotificationConfigurationArn)
The Amazon Resource Name (ARN) of the
ManagedNotificationConfigurationto match.- Parameters:
managedNotificationConfigurationArn- The Amazon Resource Name (ARN) of theManagedNotificationConfigurationto match.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListManagedNotificationChannelAssociationsRequest.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
ListManagedNotificationChannelAssociationsRequest.Builder nextToken(String nextToken)
The start token for paginated calls. Retrieved from the response of a previous
ListManagedNotificationChannelAssociationscall.- Parameters:
nextToken- The start token for paginated calls. Retrieved from the response of a previousListManagedNotificationChannelAssociationscall.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListManagedNotificationChannelAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListManagedNotificationChannelAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-