Interface DescribeSubscribersForNotificationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BudgetsRequest.Builder,Buildable,CopyableBuilder<DescribeSubscribersForNotificationRequest.Builder,DescribeSubscribersForNotificationRequest>,SdkBuilder<DescribeSubscribersForNotificationRequest.Builder,DescribeSubscribersForNotificationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeSubscribersForNotificationRequest
public static interface DescribeSubscribersForNotificationRequest.Builder extends BudgetsRequest.Builder, SdkPojo, CopyableBuilder<DescribeSubscribersForNotificationRequest.Builder,DescribeSubscribersForNotificationRequest>
-
-
Method Summary
-
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 Detail
-
accountId
DescribeSubscribersForNotificationRequest.Builder accountId(String accountId)
The
accountIdthat is associated with the budget whose subscribers you want descriptions of.- Parameters:
accountId- TheaccountIdthat 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
DescribeSubscribersForNotificationRequest.Builder budgetName(String 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
DescribeSubscribersForNotificationRequest.Builder notification(Notification 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.Builderavoiding the need to create one manually viaNotification.builder().When the
Consumercompletes,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:
notification(Notification)
-
maxResults
DescribeSubscribersForNotificationRequest.Builder maxResults(Integer 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
DescribeSubscribersForNotificationRequest.Builder nextToken(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeSubscribersForNotificationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-