Interface NotificationResource.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NotificationResource.Builder,NotificationResource>,SdkBuilder<NotificationResource.Builder,NotificationResource>,SdkPojo
- Enclosing class:
- NotificationResource
public static interface NotificationResource.Builder extends SdkPojo, CopyableBuilder<NotificationResource.Builder,NotificationResource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NotificationResource.Builderid(String id)The ID of the resource mentioned in a notification.NotificationResource.Buildername(String name)The name of the resource mentioned in a notification.NotificationResource.Buildertype(String type)The type of the resource mentioned in a notification.NotificationResource.Buildertype(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, sdkFields
-
-
-
-
Method Detail
-
id
NotificationResource.Builder id(String 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
NotificationResource.Builder name(String 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
NotificationResource.Builder type(String 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:
NotificationResourceType,NotificationResourceType
-
type
NotificationResource.Builder type(NotificationResourceType 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:
NotificationResourceType,NotificationResourceType
-
-