Class UpdateGraphRequest

    • Method Detail

      • graphIdentifier

        public final String graphIdentifier()

        The unique identifier of the Neptune Analytics graph.

        Returns:
        The unique identifier of the Neptune Analytics graph.
      • publicConnectivity

        public final Boolean publicConnectivity()

        Specifies whether or not the graph can be reachable over the internet. All access to graphs IAM authenticated. ( true to enable, or false to disable.

        Returns:
        Specifies whether or not the graph can be reachable over the internet. All access to graphs IAM authenticated. (true to enable, or false to disable.
      • provisionedMemory

        public final Integer provisionedMemory()

        The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Min = 128

        Returns:
        The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Min = 128
      • deletionProtection

        public final Boolean deletionProtection()

        A value that indicates whether the graph has deletion protection enabled. The graph can't be deleted when deletion protection is enabled.

        Returns:
        A value that indicates whether the graph has deletion protection enabled. The graph can't be deleted when deletion protection is enabled.
      • 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