public static interface DescribeNotificationSubscriptionsRequest.Builder extends WorkDocsRequest.Builder, SdkPojo, CopyableBuilder<DescribeNotificationSubscriptionsRequest.Builder,DescribeNotificationSubscriptionsRequest>
| Modifier and Type | Method and Description | 
|---|---|
DescribeNotificationSubscriptionsRequest.Builder | 
limit(Integer limit)
 The maximum number of items to return with this call. 
 | 
DescribeNotificationSubscriptionsRequest.Builder | 
marker(String marker)
 The marker for the next set of results. 
 | 
DescribeNotificationSubscriptionsRequest.Builder | 
organizationId(String organizationId)
 The ID of the organization. 
 | 
DescribeNotificationSubscriptionsRequest.Builder | 
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration. 
 | 
DescribeNotificationSubscriptionsRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
buildoverrideConfigurationcopyapplyMutation, buildDescribeNotificationSubscriptionsRequest.Builder organizationId(String organizationId)
The ID of the organization.
organizationId - The ID of the organization.DescribeNotificationSubscriptionsRequest.Builder marker(String marker)
The marker for the next set of results. (You received this marker from a previous call.)
marker - The marker for the next set of results. (You received this marker from a previous call.)DescribeNotificationSubscriptionsRequest.Builder limit(Integer limit)
The maximum number of items to return with this call.
limit - The maximum number of items to return with this call.DescribeNotificationSubscriptionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeNotificationSubscriptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.