| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
static Notification.Builder |
Notification.builder() |
Notification.Builder |
Notification.Builder.devicePickupSnsTopicARN(String devicePickupSnsTopicARN)
Used to send SNS notifications for the person picking up the device (identified during job creation).
|
Notification.Builder |
Notification.Builder.jobStatesToNotify(Collection<JobState> jobStatesToNotify)
The list of job states that will trigger a notification for this job.
|
Notification.Builder |
Notification.Builder.jobStatesToNotify(JobState... jobStatesToNotify)
The list of job states that will trigger a notification for this job.
|
Notification.Builder |
Notification.Builder.jobStatesToNotifyWithStrings(Collection<String> jobStatesToNotify)
The list of job states that will trigger a notification for this job.
|
Notification.Builder |
Notification.Builder.jobStatesToNotifyWithStrings(String... jobStatesToNotify)
The list of job states that will trigger a notification for this job.
|
Notification.Builder |
Notification.Builder.notifyAllJobStates(Boolean notifyAllJobStates)
Any change in job state will trigger a notification for this job.
|
Notification.Builder |
Notification.Builder.snsTopicARN(String snsTopicARN)
The new SNS
TopicArn that you want to associate with this job. |
Notification.Builder |
Notification.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Notification.Builder> |
Notification.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateClusterRequest.Builder |
CreateClusterRequest.Builder.notification(Consumer<Notification.Builder> notification)
The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.
|
default JobMetadata.Builder |
JobMetadata.Builder.notification(Consumer<Notification.Builder> notification)
The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job.
|
default UpdateJobRequest.Builder |
UpdateJobRequest.Builder.notification(Consumer<Notification.Builder> notification)
The new or updated Notification object.
|
default ClusterMetadata.Builder |
ClusterMetadata.Builder.notification(Consumer<Notification.Builder> notification)
The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.
|
default UpdateClusterRequest.Builder |
UpdateClusterRequest.Builder.notification(Consumer<Notification.Builder> notification)
The new or updated Notification object.
|
default CreateJobRequest.Builder |
CreateJobRequest.Builder.notification(Consumer<Notification.Builder> notification)
Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job.
|
Copyright © 2023. All rights reserved.