Interface TargetGroupSummary.Builder

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

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

      TargetGroupSummary.Builder lambdaEventStructureVersion(String 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 is LAMBDA.
      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 is LAMBDA.
      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, 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

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

      TargetGroupSummary.Builder serviceArns(String... 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

      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.