Class CreateConnectionGroupRequest

    • Method Detail

      • name

        public final String name()

        The name of the connection group. Enter a friendly identifier that is unique within your Amazon Web Services account. This name can't be updated after you create the connection group.

        Returns:
        The name of the connection group. Enter a friendly identifier that is unique within your Amazon Web Services account. This name can't be updated after you create the connection group.
      • ipv6Enabled

        public final Boolean ipv6Enabled()

        Enable IPv6 for the connection group. The default is true. For more information, see Enable IPv6 in the Amazon CloudFront Developer Guide.

        Returns:
        Enable IPv6 for the connection group. The default is true. For more information, see Enable IPv6 in the Amazon CloudFront Developer Guide.
      • tags

        public final Tags tags()
        Returns the value of the Tags property for this object.
        Returns:
        The value of the Tags property for this object.
      • anycastIpListId

        public final String anycastIpListId()

        The ID of the Anycast static IP list.

        Returns:
        The ID of the Anycast static IP list.
      • enabled

        public final Boolean enabled()

        Enable the connection group.

        Returns:
        Enable the connection group.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object