Class CreateGraphResponse

    • Method Detail

      • id

        public final String id()

        The ID of the graph.

        Returns:
        The ID of the graph.
      • name

        public final String name()

        The graph name. For example: my-graph-1.

        The name must contain from 1 to 63 letters, numbers, or hyphens, and its first character must be a letter. It cannot end with a hyphen or contain two consecutive hyphens.

        Returns:
        The graph name. For example: my-graph-1.

        The name must contain from 1 to 63 letters, numbers, or hyphens, and its first character must be a letter. It cannot end with a hyphen or contain two consecutive hyphens.

      • arn

        public final String arn()

        The ARN of the graph.

        Returns:
        The ARN of the graph.
      • statusAsString

        public final String statusAsString()

        The current 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 current status of the graph.
        See Also:
        GraphStatus
      • statusReason

        public final String statusReason()

        The reason the status was given.

        Returns:
        The reason the status was given.
      • createTime

        public final Instant createTime()

        The time when the graph was created.

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

        public final String endpoint()

        The graph endpoint.

        Returns:
        The graph endpoint.
      • publicConnectivity

        public final Boolean publicConnectivity()

        Specifies whether or not the graph can be reachable over the internet. All access to graphs IAM authenticated.

        Returns:
        Specifies whether or not the graph can be reachable over the internet. All access to graphs IAM authenticated.
      • vectorSearchConfiguration

        public final VectorSearchConfiguration vectorSearchConfiguration()

        The vector-search configuration for the graph, which specifies the vector dimension to use in the vector index, if any.

        Returns:
        The vector-search configuration for the graph, which specifies the vector dimension to use in the vector index, if any.
      • replicaCount

        public final Integer replicaCount()

        The number of replicas in other AZs.

        Returns:
        The number of replicas in other AZs.
      • kmsKeyIdentifier

        public final String kmsKeyIdentifier()

        Specifies the KMS key used to encrypt data in the new graph.

        Returns:
        Specifies the KMS key used to encrypt data in the new graph.
      • sourceSnapshotId

        public final String sourceSnapshotId()

        The ID of the source graph.

        Returns:
        The ID of the source graph.
      • 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.
      • buildNumber

        public final String buildNumber()

        The build number of the graph software.

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