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