public static interface TargetGroupSummary.Builder extends SdkPojo, CopyableBuilder<TargetGroupSummary.Builder,TargetGroupSummary>
| Modifier and Type | Method and Description |
|---|---|
TargetGroupSummary.Builder |
arn(String arn)
The ARN (Amazon Resource Name) of the target group.
|
TargetGroupSummary.Builder |
createdAt(Instant createdAt)
The date and time that the target group was created, specified in ISO-8601 format.
|
TargetGroupSummary.Builder |
id(String id)
The ID of the target group.
|
TargetGroupSummary.Builder |
ipAddressType(IpAddressType ipAddressType)
The type of IP address used for the target group.
|
TargetGroupSummary.Builder |
ipAddressType(String ipAddressType)
The type of IP address used for the target group.
|
TargetGroupSummary.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The date and time that the target group was last updated, specified in ISO-8601 format.
|
TargetGroupSummary.Builder |
name(String name)
The name of the target group.
|
TargetGroupSummary.Builder |
port(Integer port)
The port of the target group.
|
TargetGroupSummary.Builder |
protocol(String protocol)
The protocol of the target group.
|
TargetGroupSummary.Builder |
protocol(TargetGroupProtocol protocol)
The protocol of the target group.
|
TargetGroupSummary.Builder |
serviceArns(Collection<String> serviceArns)
The list of Amazon Resource Names (ARNs) of the service.
|
TargetGroupSummary.Builder |
serviceArns(String... serviceArns)
The list of Amazon Resource Names (ARNs) of the service.
|
TargetGroupSummary.Builder |
status(String status)
The status.
|
TargetGroupSummary.Builder |
status(TargetGroupStatus status)
The status.
|
TargetGroupSummary.Builder |
type(String type)
The target group type.
|
TargetGroupSummary.Builder |
type(TargetGroupType type)
The target group type.
|
TargetGroupSummary.Builder |
vpcIdentifier(String vpcIdentifier)
The ID of the VPC of the target group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTargetGroupSummary.Builder arn(String arn)
The ARN (Amazon Resource Name) of the target group.
arn - The ARN (Amazon Resource Name) of the target group.TargetGroupSummary.Builder createdAt(Instant createdAt)
The date and time that the target group was created, specified in ISO-8601 format.
createdAt - The date and time that the target group was created, specified in ISO-8601 format.TargetGroupSummary.Builder id(String id)
The ID of the target group.
id - The ID of the target group.TargetGroupSummary.Builder ipAddressType(String ipAddressType)
The type of IP address used for the target group. The possible values are ipv4 and
ipv6. This is an optional parameter. If not specified, the IP address type defaults to
ipv4.
ipAddressType - The type of IP address used for the target group. The possible values are ipv4 and
ipv6. This is an optional parameter. If not specified, the IP address type defaults to
ipv4.IpAddressType,
IpAddressTypeTargetGroupSummary.Builder ipAddressType(IpAddressType ipAddressType)
The type of IP address used for the target group. The possible values are ipv4 and
ipv6. This is an optional parameter. If not specified, the IP address type defaults to
ipv4.
ipAddressType - The type of IP address used for the target group. The possible values are ipv4 and
ipv6. This is an optional parameter. If not specified, the IP address type defaults to
ipv4.IpAddressType,
IpAddressTypeTargetGroupSummary.Builder lastUpdatedAt(Instant lastUpdatedAt)
The date and time that the target group was last updated, specified in ISO-8601 format.
lastUpdatedAt - The date and time that the target group was last updated, specified in ISO-8601 format.TargetGroupSummary.Builder name(String name)
The name of the target group.
name - The name of the target group.TargetGroupSummary.Builder port(Integer port)
The port of the target group.
port - The port of the target group.TargetGroupSummary.Builder protocol(String protocol)
The protocol of the target group.
protocol - The protocol of the target group.TargetGroupProtocol,
TargetGroupProtocolTargetGroupSummary.Builder protocol(TargetGroupProtocol protocol)
The protocol of the target group.
protocol - The protocol of the target group.TargetGroupProtocol,
TargetGroupProtocolTargetGroupSummary.Builder serviceArns(Collection<String> serviceArns)
The list of Amazon Resource Names (ARNs) of the service.
serviceArns - The list of Amazon Resource Names (ARNs) of the service.TargetGroupSummary.Builder serviceArns(String... serviceArns)
The list of Amazon Resource Names (ARNs) of the service.
serviceArns - The list of Amazon Resource Names (ARNs) of the service.TargetGroupSummary.Builder status(String status)
The status.
status - The status.TargetGroupStatus,
TargetGroupStatusTargetGroupSummary.Builder status(TargetGroupStatus status)
The status.
status - The status.TargetGroupStatus,
TargetGroupStatusTargetGroupSummary.Builder type(String type)
The target group type.
type - The target group type.TargetGroupType,
TargetGroupTypeTargetGroupSummary.Builder type(TargetGroupType type)
The target group type.
type - The target group type.TargetGroupType,
TargetGroupTypeTargetGroupSummary.Builder vpcIdentifier(String vpcIdentifier)
The ID of the VPC of the target group.
vpcIdentifier - The ID of the VPC of the target group.Copyright © 2023. All rights reserved.