Interface DescribeTrafficMirrorTargetsResponse.Builder

    • Method Detail

      • trafficMirrorTargets

        DescribeTrafficMirrorTargetsResponse.Builder trafficMirrorTargets​(Collection<TrafficMirrorTarget> trafficMirrorTargets)

        Information about one or more Traffic Mirror targets.

        Parameters:
        trafficMirrorTargets - Information about one or more Traffic Mirror targets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • trafficMirrorTargets

        DescribeTrafficMirrorTargetsResponse.Builder trafficMirrorTargets​(TrafficMirrorTarget... trafficMirrorTargets)

        Information about one or more Traffic Mirror targets.

        Parameters:
        trafficMirrorTargets - Information about one or more Traffic Mirror targets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeTrafficMirrorTargetsResponse.Builder nextToken​(String nextToken)

        The token to use to retrieve the next page of results. The value is null when there are no more results to return.

        Parameters:
        nextToken - The token to use to retrieve the next page of results. The value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.