Interface ListNotificationRulesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodestarNotificationsRequest.Builder,CopyableBuilder<ListNotificationRulesRequest.Builder,ListNotificationRulesRequest>,SdkBuilder<ListNotificationRulesRequest.Builder,ListNotificationRulesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListNotificationRulesRequest
public static interface ListNotificationRulesRequest.Builder extends CodestarNotificationsRequest.Builder, SdkPojo, CopyableBuilder<ListNotificationRulesRequest.Builder,ListNotificationRulesRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codestarnotifications.model.CodestarNotificationsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
filters
ListNotificationRulesRequest.Builder filters(Collection<ListNotificationRulesFilter> filters)
The filters to use to return information by service or resource type. For valid values, see ListNotificationRulesFilter.
A filter with the same name can appear more than once when used with OR statements. Filters with different names should be applied with AND statements.
- Parameters:
filters- The filters to use to return information by service or resource type. For valid values, see ListNotificationRulesFilter.A filter with the same name can appear more than once when used with OR statements. Filters with different names should be applied with AND statements.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
ListNotificationRulesRequest.Builder filters(ListNotificationRulesFilter... filters)
The filters to use to return information by service or resource type. For valid values, see ListNotificationRulesFilter.
A filter with the same name can appear more than once when used with OR statements. Filters with different names should be applied with AND statements.
- Parameters:
filters- The filters to use to return information by service or resource type. For valid values, see ListNotificationRulesFilter.A filter with the same name can appear more than once when used with OR statements. Filters with different names should be applied with AND statements.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
ListNotificationRulesRequest.Builder filters(Consumer<ListNotificationRulesFilter.Builder>... filters)
The filters to use to return information by service or resource type. For valid values, see ListNotificationRulesFilter.
This is a convenience method that creates an instance of theA filter with the same name can appear more than once when used with OR statements. Filters with different names should be applied with AND statements.
ListNotificationRulesFilter.Builderavoiding the need to create one manually viaListNotificationRulesFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#filters(List.) - Parameters:
filters- a consumer that will call methods onListNotificationRulesFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#filters(java.util.Collection)
-
nextToken
ListNotificationRulesRequest.Builder nextToken(String nextToken)
An enumeration token that, when provided in a request, returns the next batch of the results.
- Parameters:
nextToken- An enumeration token that, when provided in a request, returns the next batch of the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListNotificationRulesRequest.Builder maxResults(Integer maxResults)
A non-negative integer used to limit the number of returned results. The maximum number of results that can be returned is 100.
- Parameters:
maxResults- A non-negative integer used to limit the number of returned results. The maximum number of results that can be returned is 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListNotificationRulesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListNotificationRulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-