public static interface InstanceEventWindowDisassociationRequest.Builder extends SdkPojo, CopyableBuilder<InstanceEventWindowDisassociationRequest.Builder,InstanceEventWindowDisassociationRequest>
| Modifier and Type | Method and Description |
|---|---|
InstanceEventWindowDisassociationRequest.Builder |
dedicatedHostIds(Collection<String> dedicatedHostIds)
The IDs of the Dedicated Hosts to disassociate from the event window.
|
InstanceEventWindowDisassociationRequest.Builder |
dedicatedHostIds(String... dedicatedHostIds)
The IDs of the Dedicated Hosts to disassociate from the event window.
|
InstanceEventWindowDisassociationRequest.Builder |
instanceIds(Collection<String> instanceIds)
The IDs of the instances to disassociate from the event window.
|
InstanceEventWindowDisassociationRequest.Builder |
instanceIds(String... instanceIds)
The IDs of the instances to disassociate from the event window.
|
InstanceEventWindowDisassociationRequest.Builder |
instanceTags(Collection<Tag> instanceTags)
The instance tags to disassociate from the event window.
|
InstanceEventWindowDisassociationRequest.Builder |
instanceTags(Consumer<Tag.Builder>... instanceTags)
The instance tags to disassociate from the event window.
|
InstanceEventWindowDisassociationRequest.Builder |
instanceTags(Tag... instanceTags)
The instance tags to disassociate from the event window.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInstanceEventWindowDisassociationRequest.Builder instanceIds(Collection<String> instanceIds)
The IDs of the instances to disassociate from the event window.
instanceIds - The IDs of the instances to disassociate from the event window.InstanceEventWindowDisassociationRequest.Builder instanceIds(String... instanceIds)
The IDs of the instances to disassociate from the event window.
instanceIds - The IDs of the instances to disassociate from the event window.InstanceEventWindowDisassociationRequest.Builder instanceTags(Collection<Tag> instanceTags)
The instance tags to disassociate from the event window. Any instances associated with the tags will be disassociated from the event window.
instanceTags - The instance tags to disassociate from the event window. Any instances associated with the tags will
be disassociated from the event window.InstanceEventWindowDisassociationRequest.Builder instanceTags(Tag... instanceTags)
The instance tags to disassociate from the event window. Any instances associated with the tags will be disassociated from the event window.
instanceTags - The instance tags to disassociate from the event window. Any instances associated with the tags will
be disassociated from the event window.InstanceEventWindowDisassociationRequest.Builder instanceTags(Consumer<Tag.Builder>... instanceTags)
The instance tags to disassociate from the event window. Any instances associated with the tags will be disassociated from the event window.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #instanceTags(List.
instanceTags - a consumer that will call methods on Tag.Builder#instanceTags(java.util.Collection) InstanceEventWindowDisassociationRequest.Builder dedicatedHostIds(Collection<String> dedicatedHostIds)
The IDs of the Dedicated Hosts to disassociate from the event window.
dedicatedHostIds - The IDs of the Dedicated Hosts to disassociate from the event window.InstanceEventWindowDisassociationRequest.Builder dedicatedHostIds(String... dedicatedHostIds)
The IDs of the Dedicated Hosts to disassociate from the event window.
dedicatedHostIds - The IDs of the Dedicated Hosts to disassociate from the event window.Copyright © 2023. All rights reserved.