Interface TargetGroupSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TargetGroupSummary.Builder,
,TargetGroupSummary> SdkBuilder<TargetGroupSummary.Builder,
,TargetGroupSummary> SdkPojo
- Enclosing class:
TargetGroupSummary
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN (Amazon Resource Name) of the target group.The date and time that the target group was created, in ISO-8601 format.The ID of the target group.ipAddressType
(String ipAddressType) The type of IP address used for the target group.ipAddressType
(IpAddressType ipAddressType) The type of IP address used for the target group.lambdaEventStructureVersion
(String lambdaEventStructureVersion) The version of the event structure that your Lambda function receives.lambdaEventStructureVersion
(LambdaEventStructureVersion lambdaEventStructureVersion) The version of the event structure that your Lambda function receives.lastUpdatedAt
(Instant lastUpdatedAt) The date and time that the target group was last updated, in ISO-8601 format.The name of the target group.The port of the target group.The protocol of the target group.protocol
(TargetGroupProtocol protocol) The protocol of the target group.serviceArns
(String... serviceArns) The Amazon Resource Names (ARNs) of the service.serviceArns
(Collection<String> serviceArns) The Amazon Resource Names (ARNs) of the service.The status.status
(TargetGroupStatus status) The status.The target group type.type
(TargetGroupType type) The target group type.vpcIdentifier
(String vpcIdentifier) The ID of the VPC of the target group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
The ARN (Amazon Resource Name) of the target group.
- Parameters:
arn
- The ARN (Amazon Resource Name) of the target group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time that the target group was created, in ISO-8601 format.
- Parameters:
createdAt
- The date and time that the target group was created, in ISO-8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The ID of the target group.
- Parameters:
id
- The ID of the target group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipAddressType
The type of IP address used for the target group. The possible values are
IPV4
andIPV6
. This is an optional parameter. If not specified, the default isIPV4
.- Parameters:
ipAddressType
- The type of IP address used for the target group. The possible values areIPV4
andIPV6
. This is an optional parameter. If not specified, the default isIPV4
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ipAddressType
The type of IP address used for the target group. The possible values are
IPV4
andIPV6
. This is an optional parameter. If not specified, the default isIPV4
.- Parameters:
ipAddressType
- The type of IP address used for the target group. The possible values areIPV4
andIPV6
. This is an optional parameter. If not specified, the default isIPV4
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lambdaEventStructureVersion
The version of the event structure that your Lambda function receives. Supported only if the target group type is
LAMBDA
.- Parameters:
lambdaEventStructureVersion
- The version of the event structure that your Lambda function receives. Supported only if the target group type isLAMBDA
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lambdaEventStructureVersion
TargetGroupSummary.Builder lambdaEventStructureVersion(LambdaEventStructureVersion lambdaEventStructureVersion) The version of the event structure that your Lambda function receives. Supported only if the target group type is
LAMBDA
.- Parameters:
lambdaEventStructureVersion
- The version of the event structure that your Lambda function receives. Supported only if the target group type isLAMBDA
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastUpdatedAt
The date and time that the target group was last updated, in ISO-8601 format.
- Parameters:
lastUpdatedAt
- The date and time that the target group was last updated, in ISO-8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the target group.
- Parameters:
name
- The name of the target group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
port
The port of the target group.
- Parameters:
port
- The port of the target group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protocol
The protocol of the target group.
- Parameters:
protocol
- The protocol of the target group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
protocol
The protocol of the target group.
- Parameters:
protocol
- The protocol of the target group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
serviceArns
The Amazon Resource Names (ARNs) of the service.
- Parameters:
serviceArns
- The Amazon Resource Names (ARNs) of the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceArns
The Amazon Resource Names (ARNs) of the service.
- Parameters:
serviceArns
- The Amazon Resource Names (ARNs) of the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status.
- Parameters:
status
- The status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status.
- Parameters:
status
- The status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The target group type.
- Parameters:
type
- The target group type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The target group type.
- Parameters:
type
- The target group type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
vpcIdentifier
The ID of the VPC of the target group.
- Parameters:
vpcIdentifier
- The ID of the VPC of the target group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-