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