Uses of Interface
software.amazon.awssdk.services.ec2.model.InstanceEventWindowAssociationRequest.Builder
Packages that use InstanceEventWindowAssociationRequest.Builder
-
Uses of InstanceEventWindowAssociationRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceEventWindowAssociationRequest.BuilderModifier and TypeMethodDescriptionInstanceEventWindowAssociationRequest.builder()InstanceEventWindowAssociationRequest.Builder.dedicatedHostIds(String... dedicatedHostIds) The IDs of the Dedicated Hosts to associate with the event window.InstanceEventWindowAssociationRequest.Builder.dedicatedHostIds(Collection<String> dedicatedHostIds) The IDs of the Dedicated Hosts to associate with the event window.InstanceEventWindowAssociationRequest.Builder.instanceIds(String... instanceIds) The IDs of the instances to associate with the event window.InstanceEventWindowAssociationRequest.Builder.instanceIds(Collection<String> instanceIds) The IDs of the instances to associate with the event window.InstanceEventWindowAssociationRequest.Builder.instanceTags(Collection<Tag> instanceTags) The instance tags to associate with the event window.InstanceEventWindowAssociationRequest.Builder.instanceTags(Consumer<Tag.Builder>... instanceTags) The instance tags to associate with the event window.InstanceEventWindowAssociationRequest.Builder.instanceTags(Tag... instanceTags) The instance tags to associate with the event window.InstanceEventWindowAssociationRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceEventWindowAssociationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InstanceEventWindowAssociationRequest.Builder>InstanceEventWindowAssociationRequest.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InstanceEventWindowAssociationRequest.BuilderModifier and TypeMethodDescriptionAssociateInstanceEventWindowRequest.Builder.associationTarget(Consumer<InstanceEventWindowAssociationRequest.Builder> associationTarget) One or more targets associated with the specified event window.