@Generated(value="software.amazon.awssdk:codegen") public class MaintenanceWindowTarget extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<MaintenanceWindowTarget.Builder,MaintenanceWindowTarget>
The target registered with the Maintenance Window.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MaintenanceWindowTarget.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MaintenanceWindowTarget.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
String |
ownerInformation()
User-provided value that will be included in any CloudWatch events raised while running tasks for these targets
in this Maintenance Window.
|
String |
resourceType()
The type of target.
|
static Class<? extends MaintenanceWindowTarget.Builder> |
serializableBuilderClass() |
List<Target> |
targets()
The targets (either instances or tags).
|
MaintenanceWindowTarget.Builder |
toBuilder() |
String |
toString() |
String |
windowId()
The Maintenance Window ID where the target is registered.
|
String |
windowTargetId()
The ID of the target.
|
public String windowId()
The Maintenance Window ID where the target is registered.
public String windowTargetId()
The ID of the target.
public String resourceType()
The type of target.
MaintenanceWindowResourceTypepublic List<Target> targets()
The targets (either instances or tags). Instances are specified using Key=instanceids,Values=<instanceid1>,<instanceid2>. Tags are specified using Key=<tag name>,Values=<tag value>.
public String ownerInformation()
User-provided value that will be included in any CloudWatch events raised while running tasks for these targets in this Maintenance Window.
public MaintenanceWindowTarget.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<MaintenanceWindowTarget.Builder,MaintenanceWindowTarget>public static MaintenanceWindowTarget.Builder builder()
public static Class<? extends MaintenanceWindowTarget.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.