Interface DescribeSubscribersForNotificationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,BudgetsRequest.Builder
,Buildable
,CopyableBuilder<DescribeSubscribersForNotificationRequest.Builder,
,DescribeSubscribersForNotificationRequest> SdkBuilder<DescribeSubscribersForNotificationRequest.Builder,
,DescribeSubscribersForNotificationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeSubscribersForNotificationRequest
@Mutable
@NotThreadSafe
public static interface DescribeSubscribersForNotificationRequest.Builder
extends BudgetsRequest.Builder, SdkPojo, CopyableBuilder<DescribeSubscribersForNotificationRequest.Builder,DescribeSubscribersForNotificationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionTheaccountId
that is associated with the budget whose subscribers you want descriptions of.budgetName
(String budgetName) The name of the budget whose subscribers you want descriptions of.maxResults
(Integer maxResults) An optional integer that represents how many entries a paginated response contains.The pagination token that you include in your request to indicate the next set of results that you want to retrieve.notification
(Consumer<Notification.Builder> notification) The notification whose subscribers you want to list.notification
(Notification notification) The notification whose subscribers you want to list.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.services.budgets.model.BudgetsRequest.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, sdkFieldNameToField, sdkFields
-
Method Details
-
accountId
The
accountId
that is associated with the budget whose subscribers you want descriptions of.- Parameters:
accountId
- TheaccountId
that is associated with the budget whose subscribers you want descriptions of.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
budgetName
The name of the budget whose subscribers you want descriptions of.
- Parameters:
budgetName
- The name of the budget whose subscribers you want descriptions of.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notification
The notification whose subscribers you want to list.
- Parameters:
notification
- The notification whose subscribers you want to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notification
default DescribeSubscribersForNotificationRequest.Builder notification(Consumer<Notification.Builder> notification) The notification whose subscribers you want to list.
This is a convenience method that creates an instance of theNotification.Builder
avoiding the need to create one manually viaNotification.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tonotification(Notification)
.- Parameters:
notification
- a consumer that will call methods onNotification.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
An optional integer that represents how many entries a paginated response contains.
- Parameters:
maxResults
- An optional integer that represents how many entries a paginated response contains.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The pagination token that you include in your request to indicate the next set of results that you want to retrieve.
- Parameters:
nextToken
- The pagination token that you include in your request to indicate the next set of results that you want to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeSubscribersForNotificationRequest.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
DescribeSubscribersForNotificationRequest.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.
-