Interface Notification.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Notification.Builder,,- Notification> - SdkBuilder<Notification.Builder,,- Notification> - SdkPojo
- Enclosing class:
- Notification
- 
Method SummaryModifier and TypeMethodDescriptiondevicePickupSnsTopicARN(String devicePickupSnsTopicARN) Used to send SNS notifications for the person picking up the device (identified during job creation).jobStatesToNotify(Collection<JobState> jobStatesToNotify) The list of job states that will trigger a notification for this job.jobStatesToNotify(JobState... jobStatesToNotify) The list of job states that will trigger a notification for this job.jobStatesToNotifyWithStrings(String... jobStatesToNotify) The list of job states that will trigger a notification for this job.jobStatesToNotifyWithStrings(Collection<String> jobStatesToNotify) The list of job states that will trigger a notification for this job.notifyAllJobStates(Boolean notifyAllJobStates) Any change in job state will trigger a notification for this job.snsTopicARN(String snsTopicARN) The new SNSTopicArnthat you want to associate with this job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
snsTopicARNThe new SNS TopicArnthat you want to associate with this job. You can create Amazon Resource Names (ARNs) for topics by using the CreateTopic Amazon SNS API action.You can subscribe email addresses to an Amazon SNS topic through the Amazon Web Services Management Console, or by using the Subscribe Amazon Simple Notification Service (Amazon SNS) API action. - Parameters:
- snsTopicARN- The new SNS- TopicArnthat you want to associate with this job. You can create Amazon Resource Names (ARNs) for topics by using the CreateTopic Amazon SNS API action.- You can subscribe email addresses to an Amazon SNS topic through the Amazon Web Services Management Console, or by using the Subscribe Amazon Simple Notification Service (Amazon SNS) API action. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
jobStatesToNotifyWithStringsThe list of job states that will trigger a notification for this job. - Parameters:
- jobStatesToNotify- The list of job states that will trigger a notification for this job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
jobStatesToNotifyWithStringsThe list of job states that will trigger a notification for this job. - Parameters:
- jobStatesToNotify- The list of job states that will trigger a notification for this job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
jobStatesToNotifyThe list of job states that will trigger a notification for this job. - Parameters:
- jobStatesToNotify- The list of job states that will trigger a notification for this job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
jobStatesToNotifyThe list of job states that will trigger a notification for this job. - Parameters:
- jobStatesToNotify- The list of job states that will trigger a notification for this job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
devicePickupSnsTopicARNUsed to send SNS notifications for the person picking up the device (identified during job creation). - Parameters:
- devicePickupSnsTopicARN- Used to send SNS notifications for the person picking up the device (identified during job creation).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
notifyAllJobStatesAny change in job state will trigger a notification for this job. - Parameters:
- notifyAllJobStates- Any change in job state will trigger a notification for this job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-