Interface TargetGroupSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TargetGroupSummary.Builder,TargetGroupSummary>,SdkBuilder<TargetGroupSummary.Builder,TargetGroupSummary>,SdkPojo
- Enclosing class:
- TargetGroupSummary
public static interface TargetGroupSummary.Builder extends SdkPojo, CopyableBuilder<TargetGroupSummary.Builder,TargetGroupSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TargetGroupSummary.Builderarn(String arn)The ARN (Amazon Resource Name) of the target group.TargetGroupSummary.BuildercreatedAt(Instant createdAt)The date and time that the target group was created, specified in ISO-8601 format.TargetGroupSummary.Builderid(String id)The ID of the target group.TargetGroupSummary.BuilderipAddressType(String ipAddressType)The type of IP address used for the target group.TargetGroupSummary.BuilderipAddressType(IpAddressType ipAddressType)The type of IP address used for the target group.TargetGroupSummary.BuilderlambdaEventStructureVersion(String lambdaEventStructureVersion)Lambda event structure versionTargetGroupSummary.BuilderlambdaEventStructureVersion(LambdaEventStructureVersion lambdaEventStructureVersion)Lambda event structure versionTargetGroupSummary.BuilderlastUpdatedAt(Instant lastUpdatedAt)The date and time that the target group was last updated, specified in ISO-8601 format.TargetGroupSummary.Buildername(String name)The name of the target group.TargetGroupSummary.Builderport(Integer port)The port of the target group.TargetGroupSummary.Builderprotocol(String protocol)The protocol of the target group.TargetGroupSummary.Builderprotocol(TargetGroupProtocol protocol)The protocol of the target group.TargetGroupSummary.BuilderserviceArns(String... serviceArns)The list of Amazon Resource Names (ARNs) of the service.TargetGroupSummary.BuilderserviceArns(Collection<String> serviceArns)The list of Amazon Resource Names (ARNs) of the service.TargetGroupSummary.Builderstatus(String status)The status.TargetGroupSummary.Builderstatus(TargetGroupStatus status)The status.TargetGroupSummary.Buildertype(String type)The target group type.TargetGroupSummary.Buildertype(TargetGroupType type)The target group type.TargetGroupSummary.BuildervpcIdentifier(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, sdkFields
-
-
-
-
Method Detail
-
arn
TargetGroupSummary.Builder arn(String 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
TargetGroupSummary.Builder createdAt(Instant createdAt)
The date and time that the target group was created, specified in ISO-8601 format.
- Parameters:
createdAt- The date and time that the target group was created, specified in ISO-8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
TargetGroupSummary.Builder id(String 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
TargetGroupSummary.Builder ipAddressType(String ipAddressType)
The type of IP address used for the target group. The possible values are
ipv4andipv6. This is an optional parameter. If not specified, the IP address type defaults toipv4.- Parameters:
ipAddressType- The type of IP address used for the target group. The possible values areipv4andipv6. This is an optional parameter. If not specified, the IP address type defaults toipv4.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IpAddressType,IpAddressType
-
ipAddressType
TargetGroupSummary.Builder ipAddressType(IpAddressType ipAddressType)
The type of IP address used for the target group. The possible values are
ipv4andipv6. This is an optional parameter. If not specified, the IP address type defaults toipv4.- Parameters:
ipAddressType- The type of IP address used for the target group. The possible values areipv4andipv6. This is an optional parameter. If not specified, the IP address type defaults toipv4.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IpAddressType,IpAddressType
-
lambdaEventStructureVersion
TargetGroupSummary.Builder lambdaEventStructureVersion(String lambdaEventStructureVersion)
Lambda event structure version
- Parameters:
lambdaEventStructureVersion- Lambda event structure version- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LambdaEventStructureVersion,LambdaEventStructureVersion
-
lambdaEventStructureVersion
TargetGroupSummary.Builder lambdaEventStructureVersion(LambdaEventStructureVersion lambdaEventStructureVersion)
Lambda event structure version
- Parameters:
lambdaEventStructureVersion- Lambda event structure version- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LambdaEventStructureVersion,LambdaEventStructureVersion
-
lastUpdatedAt
TargetGroupSummary.Builder lastUpdatedAt(Instant lastUpdatedAt)
The date and time that the target group was last updated, specified in ISO-8601 format.
- Parameters:
lastUpdatedAt- The date and time that the target group was last updated, specified in ISO-8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
TargetGroupSummary.Builder name(String 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
TargetGroupSummary.Builder port(Integer 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
TargetGroupSummary.Builder protocol(String 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:
TargetGroupProtocol,TargetGroupProtocol
-
protocol
TargetGroupSummary.Builder protocol(TargetGroupProtocol 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:
TargetGroupProtocol,TargetGroupProtocol
-
serviceArns
TargetGroupSummary.Builder serviceArns(Collection<String> serviceArns)
The list of Amazon Resource Names (ARNs) of the service.
- Parameters:
serviceArns- The list of Amazon Resource Names (ARNs) of the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceArns
TargetGroupSummary.Builder serviceArns(String... serviceArns)
The list of Amazon Resource Names (ARNs) of the service.
- Parameters:
serviceArns- The list of Amazon Resource Names (ARNs) of the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
TargetGroupSummary.Builder status(String status)
The status.
- Parameters:
status- The status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TargetGroupStatus,TargetGroupStatus
-
status
TargetGroupSummary.Builder status(TargetGroupStatus status)
The status.
- Parameters:
status- The status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TargetGroupStatus,TargetGroupStatus
-
type
TargetGroupSummary.Builder type(String 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:
TargetGroupType,TargetGroupType
-
type
TargetGroupSummary.Builder type(TargetGroupType 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:
TargetGroupType,TargetGroupType
-
vpcIdentifier
TargetGroupSummary.Builder vpcIdentifier(String 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.
-
-