public static interface InstanceEventWindowAssociationTarget.Builder extends SdkPojo, CopyableBuilder<InstanceEventWindowAssociationTarget.Builder,InstanceEventWindowAssociationTarget>
| Modifier and Type | Method and Description |
|---|---|
InstanceEventWindowAssociationTarget.Builder |
dedicatedHostIds(Collection<String> dedicatedHostIds)
The IDs of the Dedicated Hosts associated with the event window.
|
InstanceEventWindowAssociationTarget.Builder |
dedicatedHostIds(String... dedicatedHostIds)
The IDs of the Dedicated Hosts associated with the event window.
|
InstanceEventWindowAssociationTarget.Builder |
instanceIds(Collection<String> instanceIds)
The IDs of the instances associated with the event window.
|
InstanceEventWindowAssociationTarget.Builder |
instanceIds(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.
|
InstanceEventWindowAssociationTarget.Builder |
tags(Tag... tags)
The instance tags associated with the event window.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInstanceEventWindowAssociationTarget.Builder instanceIds(Collection<String> instanceIds)
The IDs of the instances associated with the event window.
instanceIds - The IDs of the instances associated with the event window.InstanceEventWindowAssociationTarget.Builder instanceIds(String... instanceIds)
The IDs of the instances associated with the event window.
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. Any instances associated with the tags will be associated with the event window.
tags - The instance tags associated with the event window. Any instances associated with the tags will be
associated with the event window.InstanceEventWindowAssociationTarget.Builder tags(Tag... tags)
The instance tags associated with the event window. Any instances associated with the tags will be associated with the event window.
tags - The instance tags associated with the event window. Any instances associated with the tags will be
associated with the event window.InstanceEventWindowAssociationTarget.Builder tags(Consumer<Tag.Builder>... tags)
The instance tags associated with the event window. Any instances associated with the tags will be associated with the event window.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) InstanceEventWindowAssociationTarget.Builder dedicatedHostIds(Collection<String> dedicatedHostIds)
The IDs of the Dedicated Hosts associated with the event window.
dedicatedHostIds - The IDs of the Dedicated Hosts associated with the event window.InstanceEventWindowAssociationTarget.Builder dedicatedHostIds(String... dedicatedHostIds)
The IDs of the Dedicated Hosts associated with the event window.
dedicatedHostIds - The IDs of the Dedicated Hosts associated with the event window.Copyright © 2022. All rights reserved.