Interface ListNotificationHubsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListNotificationHubsRequest.Builder,ListNotificationHubsRequest>,NotificationsRequest.Builder,SdkBuilder<ListNotificationHubsRequest.Builder,ListNotificationHubsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListNotificationHubsRequest
public static interface ListNotificationHubsRequest.Builder extends NotificationsRequest.Builder, SdkPojo, CopyableBuilder<ListNotificationHubsRequest.Builder,ListNotificationHubsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListNotificationHubsRequest.BuildermaxResults(Integer maxResults)The maximum number of records to list in a single response.ListNotificationHubsRequest.BuildernextToken(String nextToken)A pagination token.ListNotificationHubsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListNotificationHubsRequest.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
-
maxResults
ListNotificationHubsRequest.Builder maxResults(Integer maxResults)
The maximum number of records to list in a single response.
- Parameters:
maxResults- The maximum number of records to list in a single response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListNotificationHubsRequest.Builder nextToken(String nextToken)
A pagination token. Set to null to start listing notification hubs from the start.
- Parameters:
nextToken- A pagination token. Set to null to start listing notification hubs from the start.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListNotificationHubsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListNotificationHubsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-