| Package | Description |
|---|---|
| software.amazon.awssdk.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
TargetGroupSummary.Builder |
TargetGroupSummary.Builder.arn(String arn)
The ARN (Amazon Resource Name) of the target group.
|
static TargetGroupSummary.Builder |
TargetGroupSummary.builder() |
TargetGroupSummary.Builder |
TargetGroupSummary.Builder.createdAt(Instant createdAt)
The date and time that the target group was created, specified in ISO-8601 format.
|
TargetGroupSummary.Builder |
TargetGroupSummary.Builder.id(String id)
The ID of the target group.
|
TargetGroupSummary.Builder |
TargetGroupSummary.Builder.ipAddressType(IpAddressType ipAddressType)
The type of IP address used for the target group.
|
TargetGroupSummary.Builder |
TargetGroupSummary.Builder.ipAddressType(String ipAddressType)
The type of IP address used for the target group.
|
TargetGroupSummary.Builder |
TargetGroupSummary.Builder.lastUpdatedAt(Instant lastUpdatedAt)
The date and time that the target group was last updated, specified in ISO-8601 format.
|
TargetGroupSummary.Builder |
TargetGroupSummary.Builder.name(String name)
The name of the target group.
|
TargetGroupSummary.Builder |
TargetGroupSummary.Builder.port(Integer port)
The port of the target group.
|
TargetGroupSummary.Builder |
TargetGroupSummary.Builder.protocol(String protocol)
The protocol of the target group.
|
TargetGroupSummary.Builder |
TargetGroupSummary.Builder.protocol(TargetGroupProtocol protocol)
The protocol of the target group.
|
TargetGroupSummary.Builder |
TargetGroupSummary.Builder.serviceArns(Collection<String> serviceArns)
The list of Amazon Resource Names (ARNs) of the service.
|
TargetGroupSummary.Builder |
TargetGroupSummary.Builder.serviceArns(String... serviceArns)
The list of Amazon Resource Names (ARNs) of the service.
|
TargetGroupSummary.Builder |
TargetGroupSummary.Builder.status(String status)
The status.
|
TargetGroupSummary.Builder |
TargetGroupSummary.Builder.status(TargetGroupStatus status)
The status.
|
TargetGroupSummary.Builder |
TargetGroupSummary.toBuilder() |
TargetGroupSummary.Builder |
TargetGroupSummary.Builder.type(String type)
The target group type.
|
TargetGroupSummary.Builder |
TargetGroupSummary.Builder.type(TargetGroupType type)
The target group type.
|
TargetGroupSummary.Builder |
TargetGroupSummary.Builder.vpcIdentifier(String vpcIdentifier)
The ID of the VPC of the target group.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TargetGroupSummary.Builder> |
TargetGroupSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.