CopyableBuilder<DescribeNotificationSubscriptionsRequest.Builder,DescribeNotificationSubscriptionsRequest>
, SdkBuilder<DescribeNotificationSubscriptionsRequest.Builder,DescribeNotificationSubscriptionsRequest>
public static interface DescribeNotificationSubscriptionsRequest.Builder extends CopyableBuilder<DescribeNotificationSubscriptionsRequest.Builder,DescribeNotificationSubscriptionsRequest>
Modifier and Type | Method | 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.
|
copy
apply, build
DescribeNotificationSubscriptionsRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.