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) |
DescribeNotificationSubscriptionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderDescribeNotificationSubscriptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.