Interface CreateGraphSnapshotResponse.Builder

  • Method Details

    • id

      The ID of the snapshot created.

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

      The name of the snapshot created.

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

      The ARN of the snapshot created.

      Parameters:
      arn - The ARN of the snapshot created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sourceGraphId

      CreateGraphSnapshotResponse.Builder sourceGraphId(String sourceGraphId)

      The Id of the Neptune Analytics graph from which the snapshot is created.

      Parameters:
      sourceGraphId - The Id of the Neptune Analytics graph from which the snapshot is created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • snapshotCreateTime

      CreateGraphSnapshotResponse.Builder snapshotCreateTime(Instant snapshotCreateTime)

      The snapshot creation time

      Parameters:
      snapshotCreateTime - The snapshot creation time
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current state of the snapshot.

      Parameters:
      status - The current state of the snapshot.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current state of the snapshot.

      Parameters:
      status - The current state of the snapshot.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • kmsKeyIdentifier

      CreateGraphSnapshotResponse.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.