Interface GetIpamPolicyOrganizationTargetsResponse.Builder

    • Method Detail

      • organizationTargets

        GetIpamPolicyOrganizationTargetsResponse.Builder organizationTargets​(Collection<IpamPolicyOrganizationTarget> organizationTargets)

        The IDs of the Amazon Web Services Organizations targets.

        A target can be an individual Amazon Web Services account or an entity within an Amazon Web Services Organization to which an IPAM policy can be applied.

        Parameters:
        organizationTargets - The IDs of the Amazon Web Services Organizations targets.

        A target can be an individual Amazon Web Services account or an entity within an Amazon Web Services Organization to which an IPAM policy can be applied.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • organizationTargets

        GetIpamPolicyOrganizationTargetsResponse.Builder organizationTargets​(IpamPolicyOrganizationTarget... organizationTargets)

        The IDs of the Amazon Web Services Organizations targets.

        A target can be an individual Amazon Web Services account or an entity within an Amazon Web Services Organization to which an IPAM policy can be applied.

        Parameters:
        organizationTargets - The IDs of the Amazon Web Services Organizations targets.

        A target can be an individual Amazon Web Services account or an entity within an Amazon Web Services Organization to which an IPAM policy can be applied.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetIpamPolicyOrganizationTargetsResponse.Builder nextToken​(String nextToken)

        The token to use to retrieve the next page of results.

        Parameters:
        nextToken - The token to use to retrieve the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.