public static interface ClassicLinkInstance.Builder extends SdkPojo, CopyableBuilder<ClassicLinkInstance.Builder,ClassicLinkInstance>
| Modifier and Type | Method and Description |
|---|---|
ClassicLinkInstance.Builder |
groups(Collection<GroupIdentifier> groups)
The security groups.
|
ClassicLinkInstance.Builder |
groups(Consumer<GroupIdentifier.Builder>... groups)
The security groups.
|
ClassicLinkInstance.Builder |
groups(GroupIdentifier... groups)
The security groups.
|
ClassicLinkInstance.Builder |
instanceId(String instanceId)
The ID of the instance.
|
ClassicLinkInstance.Builder |
tags(Collection<Tag> tags)
Any tags assigned to the instance.
|
ClassicLinkInstance.Builder |
tags(Consumer<Tag.Builder>... tags)
Any tags assigned to the instance.
|
ClassicLinkInstance.Builder |
tags(Tag... tags)
Any tags assigned to the instance.
|
ClassicLinkInstance.Builder |
vpcId(String vpcId)
The ID of the VPC.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildClassicLinkInstance.Builder groups(Collection<GroupIdentifier> groups)
The security groups.
groups - The security groups.ClassicLinkInstance.Builder groups(GroupIdentifier... groups)
The security groups.
groups - The security groups.ClassicLinkInstance.Builder groups(Consumer<GroupIdentifier.Builder>... groups)
The security groups.
This is a convenience method that creates an instance of theGroupIdentifier.Builder avoiding the need to create one
manually via GroupIdentifier.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #groups(List.
groups - a consumer that will call methods on
GroupIdentifier.Builder#groups(java.util.Collection) ClassicLinkInstance.Builder instanceId(String instanceId)
The ID of the instance.
instanceId - The ID of the instance.ClassicLinkInstance.Builder tags(Collection<Tag> tags)
Any tags assigned to the instance.
tags - Any tags assigned to the instance.ClassicLinkInstance.Builder tags(Tag... tags)
Any tags assigned to the instance.
tags - Any tags assigned to the instance.ClassicLinkInstance.Builder tags(Consumer<Tag.Builder>... tags)
Any tags assigned to the instance.
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) ClassicLinkInstance.Builder vpcId(String vpcId)
The ID of the VPC.
vpcId - The ID of the VPC.Copyright © 2023. All rights reserved.