Interface NotificationDestinationConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NotificationDestinationConfig.Builder,
,NotificationDestinationConfig> SdkBuilder<NotificationDestinationConfig.Builder,
,NotificationDestinationConfig> SdkPojo
- Enclosing class:
NotificationDestinationConfig
public static interface NotificationDestinationConfig.Builder
extends SdkPojo, CopyableBuilder<NotificationDestinationConfig.Builder,NotificationDestinationConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe Uniform Resource Identifier (URI) that identifies where the images will be delivered.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
uri
The Uniform Resource Identifier (URI) that identifies where the images will be delivered.
- Parameters:
uri
- The Uniform Resource Identifier (URI) that identifies where the images will be delivered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-