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, sdkFields
copy
applyMutation, build
InstanceEventWindowAssociationTarget.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 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 #tags(List
.
tags
- a consumer that will call methods on Tag.Builder
#tags(java.util.Collection)
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 © 2023. All rights reserved.