public static interface CreateNotificationSubscriptionRequest.Builder extends WorkDocsRequest.Builder, CopyableBuilder<CreateNotificationSubscriptionRequest.Builder,CreateNotificationSubscriptionRequest>
build
requestOverrideConfig
copy
apply, build
CreateNotificationSubscriptionRequest.Builder organizationId(String organizationId)
The ID of the organization.
organizationId
- The ID of the organization.CreateNotificationSubscriptionRequest.Builder endpoint(String endpoint)
The endpoint to receive the notifications. If the protocol is HTTPS, the endpoint is a URL that begins with "https://".
endpoint
- The endpoint to receive the notifications. If the protocol is HTTPS, the endpoint is a URL that begins
with "https://".CreateNotificationSubscriptionRequest.Builder protocol(String protocol)
The protocol to use. The supported value is https, which delivers JSON-encoded messages using HTTPS POST.
protocol
- The protocol to use. The supported value is https, which delivers JSON-encoded messages using HTTPS
POST.SubscriptionProtocolType
,
SubscriptionProtocolType
CreateNotificationSubscriptionRequest.Builder protocol(SubscriptionProtocolType protocol)
The protocol to use. The supported value is https, which delivers JSON-encoded messages using HTTPS POST.
protocol
- The protocol to use. The supported value is https, which delivers JSON-encoded messages using HTTPS
POST.SubscriptionProtocolType
,
SubscriptionProtocolType
CreateNotificationSubscriptionRequest.Builder subscriptionType(String subscriptionType)
The notification type.
subscriptionType
- The notification type.SubscriptionType
,
SubscriptionType
CreateNotificationSubscriptionRequest.Builder subscriptionType(SubscriptionType subscriptionType)
The notification type.
subscriptionType
- The notification type.SubscriptionType
,
SubscriptionType
CreateNotificationSubscriptionRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.CreateNotificationSubscriptionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.