public static interface InstanceEventWindowAssociationRequest.Builder extends SdkPojo, CopyableBuilder<InstanceEventWindowAssociationRequest.Builder,InstanceEventWindowAssociationRequest>
| Modifier and Type | Method and Description |
|---|---|
InstanceEventWindowAssociationRequest.Builder |
dedicatedHostIds(Collection<String> dedicatedHostIds)
The IDs of the Dedicated Hosts to associate with the event window.
|
InstanceEventWindowAssociationRequest.Builder |
dedicatedHostIds(String... dedicatedHostIds)
The IDs of the Dedicated Hosts 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 |
instanceIds(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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInstanceEventWindowAssociationRequest.Builder instanceIds(Collection<String> instanceIds)
The IDs of the instances to associate with the event window. If the instance is on a Dedicated Host, you can't specify the Instance ID parameter; you must use the Dedicated Host ID parameter.
instanceIds - The IDs of the instances to associate with the event window. If the instance is on a Dedicated Host,
you can't specify the Instance ID parameter; you must use the Dedicated Host ID parameter.InstanceEventWindowAssociationRequest.Builder instanceIds(String... instanceIds)
The IDs of the instances to associate with the event window. If the instance is on a Dedicated Host, you can't specify the Instance ID parameter; you must use the Dedicated Host ID parameter.
instanceIds - The IDs of the instances to associate with the event window. If the instance is on a Dedicated Host,
you can't specify the Instance ID parameter; you must use the Dedicated Host ID parameter.InstanceEventWindowAssociationRequest.Builder instanceTags(Collection<Tag> instanceTags)
The instance tags to associate with the event window. Any instances associated with the tags will be associated with the event window.
instanceTags - The instance tags to associate with the event window. Any instances associated with the tags will be
associated with the event window.InstanceEventWindowAssociationRequest.Builder instanceTags(Tag... instanceTags)
The instance tags to associate with the event window. Any instances associated with the tags will be associated with the event window.
instanceTags - The instance tags to associate with the event window. Any instances associated with the tags will be
associated with the event window.InstanceEventWindowAssociationRequest.Builder instanceTags(Consumer<Tag.Builder>... instanceTags)
The instance tags to associate with the event window. Any instances associated with the tags will be associated with 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) InstanceEventWindowAssociationRequest.Builder dedicatedHostIds(Collection<String> dedicatedHostIds)
The IDs of the Dedicated Hosts to associate with the event window.
dedicatedHostIds - The IDs of the Dedicated Hosts to associate with the event window.InstanceEventWindowAssociationRequest.Builder dedicatedHostIds(String... dedicatedHostIds)
The IDs of the Dedicated Hosts to associate with the event window.
dedicatedHostIds - The IDs of the Dedicated Hosts to associate with the event window.Copyright © 2022. All rights reserved.