Interface TargetGroupSummary.Builder

    • 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 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, IpAddressType
      • 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:
        IpAddressType, IpAddressType
      • 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.
      • 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.
      • 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.