Interface HttpUrlDestinationProperties.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<HttpUrlDestinationProperties.Builder,,HttpUrlDestinationProperties> SdkBuilder<HttpUrlDestinationProperties.Builder,,HttpUrlDestinationProperties> SdkPojo
- Enclosing class:
 HttpUrlDestinationProperties
public static interface HttpUrlDestinationProperties.Builder
extends SdkPojo, CopyableBuilder<HttpUrlDestinationProperties.Builder,HttpUrlDestinationProperties> 
- 
Method Summary
Modifier and TypeMethodDescriptionconfirmationUrl(String confirmationUrl) The URL used to confirm the HTTP topic rule destination URL.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, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
confirmationUrl
The URL used to confirm the HTTP topic rule destination URL.
- Parameters:
 confirmationUrl- The URL used to confirm the HTTP topic rule destination URL.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -