StructuredPojo, ToCopyableBuilder<LifecycleEventConfiguration.Builder,LifecycleEventConfiguration>@Generated("software.amazon.awssdk:codegen") public class LifecycleEventConfiguration extends Object implements StructuredPojo, ToCopyableBuilder<LifecycleEventConfiguration.Builder,LifecycleEventConfiguration>
Specifies the lifecycle event configuration
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
LifecycleEventConfiguration.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static LifecycleEventConfiguration.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
static Class<? extends LifecycleEventConfiguration.Builder> |
serializableBuilderClass() |
|
ShutdownEventConfiguration |
shutdown() |
A
ShutdownEventConfiguration object that specifies the Shutdown event configuration. |
LifecycleEventConfiguration.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public ShutdownEventConfiguration shutdown()
A ShutdownEventConfiguration object that specifies the Shutdown event configuration.
ShutdownEventConfiguration object that specifies the Shutdown event configuration.public LifecycleEventConfiguration.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<LifecycleEventConfiguration.Builder,LifecycleEventConfiguration>public static LifecycleEventConfiguration.Builder builder()
public static Class<? extends LifecycleEventConfiguration.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.