CopyableBuilder<GetSubscriptionAttributesResponse.Builder,GetSubscriptionAttributesResponse>
, SdkBuilder<GetSubscriptionAttributesResponse.Builder,GetSubscriptionAttributesResponse>
public static interface GetSubscriptionAttributesResponse.Builder extends CopyableBuilder<GetSubscriptionAttributesResponse.Builder,GetSubscriptionAttributesResponse>
Modifier and Type | Method | Description |
---|---|---|
GetSubscriptionAttributesResponse.Builder |
attributes(Map<String,String> attributes) |
A map of the subscription's attributes.
|
copy
apply, build
GetSubscriptionAttributesResponse.Builder attributes(Map<String,String> attributes)
A map of the subscription's attributes. Attributes in this map include the following:
SubscriptionArn
-- the subscription's ARN
TopicArn
-- the topic ARN that the subscription is associated with
Owner
-- the AWS account ID of the subscription's owner
ConfirmationWasAuthenticated
-- true if the subscription confirmation request was authenticated
DeliveryPolicy
-- the JSON serialization of the subscription's delivery policy
EffectiveDeliveryPolicy
-- the JSON serialization of the effective delivery policy that takes
into account the topic delivery policy and account system defaults
attributes
- A map of the subscription's attributes. Attributes in this map include the following:
SubscriptionArn
-- the subscription's ARN
TopicArn
-- the topic ARN that the subscription is associated with
Owner
-- the AWS account ID of the subscription's owner
ConfirmationWasAuthenticated
-- true if the subscription confirmation request was
authenticated
DeliveryPolicy
-- the JSON serialization of the subscription's delivery policy
EffectiveDeliveryPolicy
-- the JSON serialization of the effective delivery policy that
takes into account the topic delivery policy and account system defaults
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.