Uses of Interface
software.amazon.awssdk.services.snowball.model.Notification.Builder
-
Packages that use Notification.Builder Package Description software.amazon.awssdk.services.snowball.model -
-
Uses of Notification.Builder in software.amazon.awssdk.services.snowball.model
Methods in software.amazon.awssdk.services.snowball.model that return Notification.Builder Modifier and Type Method Description static Notification.BuilderNotification. builder()Notification.BuilderNotification.Builder. devicePickupSnsTopicARN(String devicePickupSnsTopicARN)Used to send SNS notifications for the person picking up the device (identified during job creation).Notification.BuilderNotification.Builder. jobStatesToNotify(Collection<JobState> jobStatesToNotify)The list of job states that will trigger a notification for this job.Notification.BuilderNotification.Builder. jobStatesToNotify(JobState... jobStatesToNotify)The list of job states that will trigger a notification for this job.Notification.BuilderNotification.Builder. jobStatesToNotifyWithStrings(String... jobStatesToNotify)The list of job states that will trigger a notification for this job.Notification.BuilderNotification.Builder. jobStatesToNotifyWithStrings(Collection<String> jobStatesToNotify)The list of job states that will trigger a notification for this job.Notification.BuilderNotification.Builder. notifyAllJobStates(Boolean notifyAllJobStates)Any change in job state will trigger a notification for this job.Notification.BuilderNotification.Builder. snsTopicARN(String snsTopicARN)The new SNSTopicArnthat you want to associate with this job.Notification.BuilderNotification. toBuilder()Methods in software.amazon.awssdk.services.snowball.model that return types with arguments of type Notification.Builder Modifier and Type Method Description static Class<? extends Notification.Builder>Notification. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.snowball.model with type arguments of type Notification.Builder Modifier and Type Method Description default ClusterMetadata.BuilderClusterMetadata.Builder. notification(Consumer<Notification.Builder> notification)The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.default CreateClusterRequest.BuilderCreateClusterRequest.Builder. notification(Consumer<Notification.Builder> notification)The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.default CreateJobRequest.BuilderCreateJobRequest.Builder. notification(Consumer<Notification.Builder> notification)Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job.default JobMetadata.BuilderJobMetadata.Builder. notification(Consumer<Notification.Builder> notification)The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job.default UpdateClusterRequest.BuilderUpdateClusterRequest.Builder. notification(Consumer<Notification.Builder> notification)The new or updated Notification object.default UpdateJobRequest.BuilderUpdateJobRequest.Builder. notification(Consumer<Notification.Builder> notification)The new or updated Notification object.
-