Class RestoreGraphFromSnapshotResponse

    • 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
      • statusReason

        public final String statusReason()

        The reason that the graph has this status.

        Returns:
        The reason that the graph has this status.
      • createTime

        public final Instant createTime()

        The time at which the graph was created.

        Returns:
        The time at which the graph was created.
      • 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.
      • endpoint

        public final String endpoint()

        The graph endpoint.

        Returns:
        The graph endpoint.
      • 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.
      • vectorSearchConfiguration

        public final VectorSearchConfiguration vectorSearchConfiguration()
        Returns the value of the VectorSearchConfiguration property for this object.
        Returns:
        The value of the VectorSearchConfiguration property for this object.
      • 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.
      • sourceSnapshotId

        public final String sourceSnapshotId()

        The ID of the snapshot from which the graph was created, if any.

        Returns:
        The ID of the snapshot from which the graph was created, if any.
      • deletionProtection

        public final Boolean deletionProtection()

        If true, deletion protection is enabled for the graph.

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

        public final String buildNumber()

        The build number of the graph.

        Returns:
        The build number of the graph.
      • 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