Class GraphSummary

    • Method Detail

      • id

        public final String id()

        The unique identifier of the graph.

        Returns:
        The unique identifier of the graph.
      • name

        public final String name()

        The name of the graph.

        Returns:
        The name of the graph.
      • arn

        public final String arn()

        The ARN associated with the graph.

        Returns:
        The ARN associated with the graph.
      • statusAsString

        public final String statusAsString()

        The status of the graph.

        If the service returns an enum value that is not available in the current SDK version, status will return GraphStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        The status of the graph.
        See Also:
        GraphStatus
      • provisionedMemory

        public final Integer provisionedMemory()

        The number of memory-optimized Neptune Capacity Units (m-NCUs) allocated to the graph.

        Returns:
        The number of memory-optimized Neptune Capacity Units (m-NCUs) allocated to the graph.
      • publicConnectivity

        public final Boolean publicConnectivity()

        If true, the graph has a public endpoint, otherwise not.

        Returns:
        If true, the graph has a public endpoint, otherwise not.
      • endpoint

        public final String endpoint()

        The graph endpoint.

        Returns:
        The graph endpoint.
      • replicaCount

        public final Integer replicaCount()

        The number of replicas for the graph.

        Returns:
        The number of replicas for the graph.
      • kmsKeyIdentifier

        public final String kmsKeyIdentifier()

        The ID of the KMS key used to encrypt and decrypt graph data.

        Returns:
        The ID of the KMS key used to encrypt and decrypt graph data.
      • deletionProtection

        public final Boolean deletionProtection()

        If true, deletion protection is enabled for the graph.

        Returns:
        If true, deletion protection is enabled for the graph.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)