Interface NotificationResource.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NotificationResource.Builder,
,NotificationResource> SdkBuilder<NotificationResource.Builder,
,NotificationResource> SdkPojo
- Enclosing class:
NotificationResource
@Mutable
@NotThreadSafe
public static interface NotificationResource.Builder
extends SdkPojo, CopyableBuilder<NotificationResource.Builder,NotificationResource>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the resource mentioned in a notification.The name of the resource mentioned in a notification.The type of the resource mentioned in a notification.type
(NotificationResourceType type) The type of the resource mentioned in a notification.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, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The ID of the resource mentioned in a notification.
- Parameters:
id
- The ID of the resource mentioned in a notification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the resource mentioned in a notification.
- Parameters:
name
- The name of the resource mentioned in a notification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the resource mentioned in a notification.
- Parameters:
type
- The type of the resource mentioned in a notification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the resource mentioned in a notification.
- Parameters:
type
- The type of the resource mentioned in a notification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-