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