StructuredPojo
, ToCopyableBuilder<MaintenanceWindowTarget.Builder,MaintenanceWindowTarget>
@Generated("software.amazon.awssdk:codegen") public class MaintenanceWindowTarget extends Object implements StructuredPojo, ToCopyableBuilder<MaintenanceWindowTarget.Builder,MaintenanceWindowTarget>
The target registered with the Maintenance Window.
Modifier and Type | Class | Description |
---|---|---|
static interface |
MaintenanceWindowTarget.Builder |
Modifier and Type | Method | Description |
---|---|---|
static MaintenanceWindowTarget.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
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() |
Take this object and create a builder that contains all of the current property values of this object.
|
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.
MaintenanceWindowResourceType
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<MaintenanceWindowTarget.Builder,MaintenanceWindowTarget>
public static MaintenanceWindowTarget.Builder builder()
public static Class<? extends MaintenanceWindowTarget.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.