Package | Description |
---|---|
software.amazon.awssdk.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static InstanceEventWindowAssociationRequest.Builder |
InstanceEventWindowAssociationRequest.builder() |
InstanceEventWindowAssociationRequest.Builder |
InstanceEventWindowAssociationRequest.Builder.dedicatedHostIds(Collection<String> dedicatedHostIds)
The IDs of the Dedicated Hosts to associate with the event window.
|
InstanceEventWindowAssociationRequest.Builder |
InstanceEventWindowAssociationRequest.Builder.dedicatedHostIds(String... dedicatedHostIds)
The IDs of the Dedicated Hosts to associate with the event window.
|
InstanceEventWindowAssociationRequest.Builder |
InstanceEventWindowAssociationRequest.Builder.instanceIds(Collection<String> instanceIds)
The IDs of the instances to associate with the event window.
|
InstanceEventWindowAssociationRequest.Builder |
InstanceEventWindowAssociationRequest.Builder.instanceIds(String... instanceIds)
The IDs of the instances to associate with the event window.
|
InstanceEventWindowAssociationRequest.Builder |
InstanceEventWindowAssociationRequest.Builder.instanceTags(Collection<Tag> instanceTags)
The instance tags to associate with the event window.
|
InstanceEventWindowAssociationRequest.Builder |
InstanceEventWindowAssociationRequest.Builder.instanceTags(Consumer<Tag.Builder>... instanceTags)
The instance tags to associate with the event window.
|
InstanceEventWindowAssociationRequest.Builder |
InstanceEventWindowAssociationRequest.Builder.instanceTags(Tag... instanceTags)
The instance tags to associate with the event window.
|
InstanceEventWindowAssociationRequest.Builder |
InstanceEventWindowAssociationRequest.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends InstanceEventWindowAssociationRequest.Builder> |
InstanceEventWindowAssociationRequest.serializableBuilderClass() |
Modifier and Type | Method and Description |
---|---|
default AssociateInstanceEventWindowRequest.Builder |
AssociateInstanceEventWindowRequest.Builder.associationTarget(Consumer<InstanceEventWindowAssociationRequest.Builder> associationTarget)
One or more targets associated with the specified event window.
|
Copyright © 2023. All rights reserved.