Interface ResetGraphResponse.Builder

    • Method Detail

      • id

        ResetGraphResponse.Builder id​(String id)

        The unique identifier of the graph.

        Parameters:
        id - The unique identifier of the graph.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        ResetGraphResponse.Builder name​(String name)

        The name of the graph.

        Parameters:
        name - The name of the graph.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        ResetGraphResponse.Builder arn​(String arn)

        The ARN associated with the graph.

        Parameters:
        arn - The ARN associated with the graph.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusReason

        ResetGraphResponse.Builder statusReason​(String statusReason)

        The reason that the graph has this status.

        Parameters:
        statusReason - The reason that the graph has this status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createTime

        ResetGraphResponse.Builder createTime​(Instant createTime)

        The time at which the graph was created.

        Parameters:
        createTime - The time at which the graph was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • provisionedMemory

        ResetGraphResponse.Builder provisionedMemory​(Integer provisionedMemory)

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

        Parameters:
        provisionedMemory - The number of memory-optimized Neptune Capacity Units (m-NCUs) allocated to the graph.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endpoint

        ResetGraphResponse.Builder endpoint​(String endpoint)

        The graph endpoint.

        Parameters:
        endpoint - The graph endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • publicConnectivity

        ResetGraphResponse.Builder publicConnectivity​(Boolean publicConnectivity)

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

        Parameters:
        publicConnectivity - If true, the graph has a public endpoint, otherwise not.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vectorSearchConfiguration

        ResetGraphResponse.Builder vectorSearchConfiguration​(VectorSearchConfiguration vectorSearchConfiguration)
        Sets the value of the VectorSearchConfiguration property for this object.
        Parameters:
        vectorSearchConfiguration - The new value for the VectorSearchConfiguration property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • replicaCount

        ResetGraphResponse.Builder replicaCount​(Integer replicaCount)

        The number of replicas for the graph.

        Parameters:
        replicaCount - The number of replicas for the graph.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • kmsKeyIdentifier

        ResetGraphResponse.Builder kmsKeyIdentifier​(String kmsKeyIdentifier)

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

        Parameters:
        kmsKeyIdentifier - The ID of the KMS key used to encrypt and decrypt graph data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceSnapshotId

        ResetGraphResponse.Builder sourceSnapshotId​(String sourceSnapshotId)

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

        Parameters:
        sourceSnapshotId - The ID of the snapshot from which the graph was created, if any.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deletionProtection

        ResetGraphResponse.Builder deletionProtection​(Boolean deletionProtection)

        If true, deletion protection is enabled for the graph.

        Parameters:
        deletionProtection - If true, deletion protection is enabled for the graph.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • buildNumber

        ResetGraphResponse.Builder buildNumber​(String buildNumber)

        The build number of the graph.

        Parameters:
        buildNumber - The build number of the graph.
        Returns:
        Returns a reference to this object so that method calls can be chained together.