@Generated(value="software.amazon.awssdk:codegen") public class TriggerConfig extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<TriggerConfig.Builder,TriggerConfig>
Information about notification triggers for the deployment group.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TriggerConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TriggerConfig.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
static Class<? extends TriggerConfig.Builder> |
serializableBuilderClass() |
TriggerConfig.Builder |
toBuilder() |
String |
toString() |
List<String> |
triggerEvents()
The event type or types for which notifications are triggered.
|
String |
triggerName()
The name of the notification trigger.
|
String |
triggerTargetArn()
The ARN of the Amazon Simple Notification Service topic through which notifications about deployment or instance
events are sent.
|
public String triggerName()
The name of the notification trigger.
public String triggerTargetArn()
The ARN of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.
public List<String> triggerEvents()
The event type or types for which notifications are triggered.
TriggerEventTypepublic TriggerConfig.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<TriggerConfig.Builder,TriggerConfig>public static TriggerConfig.Builder builder()
public static Class<? extends TriggerConfig.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.