public static interface DeleteNotificationSubscriptionRequest.Builder extends WorkDocsRequest.Builder, CopyableBuilder<DeleteNotificationSubscriptionRequest.Builder,DeleteNotificationSubscriptionRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteNotificationSubscriptionRequest.Builder |
organizationId(String organizationId)
The ID of the organization.
|
DeleteNotificationSubscriptionRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteNotificationSubscriptionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteNotificationSubscriptionRequest.Builder |
subscriptionId(String subscriptionId)
The ID of the subscription.
|
buildrequestOverrideConfigcopyapply, buildDeleteNotificationSubscriptionRequest.Builder subscriptionId(String subscriptionId)
The ID of the subscription.
subscriptionId - The ID of the subscription.DeleteNotificationSubscriptionRequest.Builder organizationId(String organizationId)
The ID of the organization.
organizationId - The ID of the organization.DeleteNotificationSubscriptionRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DeleteNotificationSubscriptionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.