Interface SourceIpConfig.Builder

    • Method Detail

      • cidrs

        SourceIpConfig.Builder cidrs​(Collection<String> cidrs)

        A list of one to ten Classless Inter-Domain Routing (CIDR) values.

        Maximum: Ten CIDR values

        The following Length Constraints apply to individual CIDR values in the CIDR value list.

        Parameters:
        cidrs - A list of one to ten Classless Inter-Domain Routing (CIDR) values.

        Maximum: Ten CIDR values

        The following Length Constraints apply to individual CIDR values in the CIDR value list.

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

        SourceIpConfig.Builder cidrs​(String... cidrs)

        A list of one to ten Classless Inter-Domain Routing (CIDR) values.

        Maximum: Ten CIDR values

        The following Length Constraints apply to individual CIDR values in the CIDR value list.

        Parameters:
        cidrs - A list of one to ten Classless Inter-Domain Routing (CIDR) values.

        Maximum: Ten CIDR values

        The following Length Constraints apply to individual CIDR values in the CIDR value list.

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