Interface ListChannelsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListChannelsRequest.Builder,
,ListChannelsRequest> NotificationsRequest.Builder
,SdkBuilder<ListChannelsRequest.Builder,
,ListChannelsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListChannelsRequest
@Mutable
@NotThreadSafe
public static interface ListChannelsRequest.Builder
extends NotificationsRequest.Builder, SdkPojo, CopyableBuilder<ListChannelsRequest.Builder,ListChannelsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults
(Integer maxResults) The maximum number of results to be returned in this call.The start token for paginated calls.notificationConfigurationArn
(String notificationConfigurationArn) The Amazon Resource Name (ARN) of theNotificationConfiguration
.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.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 Details
-
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
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
The start token for paginated calls. Retrieved from the response of a previous ListNotificationEvents call.
NextToken
uses Base64 encoding.- Parameters:
nextToken
- The start token for paginated calls. Retrieved from the response of a previous ListNotificationEvents call.NextToken
uses Base64 encoding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListChannelsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListChannelsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-