CopyableBuilder<CreateNotificationSubscriptionRequest.Builder,CreateNotificationSubscriptionRequest>, SdkBuilder<CreateNotificationSubscriptionRequest.Builder,CreateNotificationSubscriptionRequest>public static interface CreateNotificationSubscriptionRequest.Builder extends CopyableBuilder<CreateNotificationSubscriptionRequest.Builder,CreateNotificationSubscriptionRequest>
| Modifier and Type | Method | Description |
|---|---|---|
CreateNotificationSubscriptionRequest.Builder |
endpoint(String endpoint) |
The endpoint to receive the notifications.
|
CreateNotificationSubscriptionRequest.Builder |
organizationId(String organizationId) |
The ID of the organization.
|
CreateNotificationSubscriptionRequest.Builder |
protocol(String protocol) |
The protocol to use.
|
CreateNotificationSubscriptionRequest.Builder |
protocol(SubscriptionProtocolType protocol) |
The protocol to use.
|
CreateNotificationSubscriptionRequest.Builder |
subscriptionType(String subscriptionType) |
The notification type.
|
CreateNotificationSubscriptionRequest.Builder |
subscriptionType(SubscriptionType subscriptionType) |
The notification type.
|
copyapply, buildCreateNotificationSubscriptionRequest.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 messasges using HTTPS POST.
protocol - The protocol to use. The supported value is https, which delivers JSON-encoded messasges using HTTPS
POST.SubscriptionProtocolTypeCreateNotificationSubscriptionRequest.Builder protocol(SubscriptionProtocolType protocol)
The protocol to use. The supported value is https, which delivers JSON-encoded messasges using HTTPS POST.
protocol - The protocol to use. The supported value is https, which delivers JSON-encoded messasges using HTTPS
POST.SubscriptionProtocolTypeCreateNotificationSubscriptionRequest.Builder subscriptionType(String subscriptionType)
The notification type.
subscriptionType - The notification type.SubscriptionTypeCreateNotificationSubscriptionRequest.Builder subscriptionType(SubscriptionType subscriptionType)
The notification type.
subscriptionType - The notification type.SubscriptionTypeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.