public interface ReceiverCreateBuilder extends Buildable.Builder<ReceiverCreateBuilder,ReceiverCreate>
ReceiverCreate
objectsModifier and Type | Method and Description |
---|---|
ReceiverCreateBuilder |
action(String action)
Add the action to initiate when the receiver is triggered.
|
ReceiverCreateBuilder |
clusterID(String clusterID)
Add the name, ID, or short ID of the object targeted by the receiver
|
ReceiverCreateBuilder |
name(String name)
Add the name for the receiver
|
ReceiverCreateBuilder |
params(Map<String,String> params)
Add the map of key and value pairs to use for action creation.
|
ReceiverCreateBuilder |
type(String type)
Add the type of the receiver where the only valid value is webhook currently
|
build, from
ReceiverCreateBuilder action(String action)
action
- The action to initiate.ReceiverCreateBuilder clusterID(String clusterID)
clusterID
- The Name, ID, or short ID of the object targeted by the receiverReceiverCreateBuilder name(String name)
name
- The name for the receiverReceiverCreateBuilder type(String type)
type
- The type of the receiverReceiverCreateBuilder params(Map<String,String> params)
params
- A map of key and value pairs to use for action creation.Copyright © 2017. All rights reserved.