public static interface Subscriber.Builder extends CopyableBuilder<Subscriber.Builder,Subscriber>
| Modifier and Type | Method and Description |
|---|---|
Subscriber.Builder |
address(String address)
Sets the value of the Address property for this object.
|
Subscriber.Builder |
subscriptionType(String subscriptionType)
Sets the value of the SubscriptionType property for this object.
|
Subscriber.Builder |
subscriptionType(SubscriptionType subscriptionType)
Sets the value of the SubscriptionType property for this object.
|
copyapply, buildSubscriber.Builder subscriptionType(String subscriptionType)
subscriptionType - The new value for the SubscriptionType property for this object.SubscriptionType,
SubscriptionTypeSubscriber.Builder subscriptionType(SubscriptionType subscriptionType)
subscriptionType - The new value for the SubscriptionType property for this object.SubscriptionType,
SubscriptionTypeSubscriber.Builder address(String address)
address - The new value for the Address property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.