Interface Subscription.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Subscription.Builder,,Subscription> SdkBuilder<Subscription.Builder,,Subscription> SdkPojo
- Enclosing class:
 Subscription
public static interface Subscription.Builder
extends SdkPojo, CopyableBuilder<Subscription.Builder,Subscription> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe subscription's endpoint (format depends on the protocol).The subscription's owner.The subscription's protocol.subscriptionArn(String subscriptionArn) The subscription's ARN.The ARN of the subscription's topic.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
subscriptionArn
The subscription's ARN.
- Parameters:
 subscriptionArn- The subscription's ARN.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
owner
The subscription's owner.
- Parameters:
 owner- The subscription's owner.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
protocol
The subscription's protocol.
- Parameters:
 protocol- The subscription's protocol.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
endpoint
The subscription's endpoint (format depends on the protocol).
- Parameters:
 endpoint- The subscription's endpoint (format depends on the protocol).- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
topicArn
The ARN of the subscription's topic.
- Parameters:
 topicArn- The ARN of the subscription's topic.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -