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 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

      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

      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 ipv4 and ipv6. This is an optional parameter. If not specified, the IP address type defaults to ipv4.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • ipAddressType

      TargetGroupSummary.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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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:
    • 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

      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

      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:
    • 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

      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

      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

      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.