Interface GraphSnapshotSummary.Builder

  • Method Details

    • id

      The unique identifier of the graph snapshot.

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

      The snapshot name. For example: my-snapshot-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. Only lowercase letters are allowed.

      Parameters:
      name - The snapshot name. For example: my-snapshot-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. Only lowercase letters are allowed.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The ARN of the graph snapshot.

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

      GraphSnapshotSummary.Builder sourceGraphId(String sourceGraphId)

      The graph identifier for the graph for which a snapshot is to be created.

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

      GraphSnapshotSummary.Builder snapshotCreateTime(Instant snapshotCreateTime)

      The time when the snapshot was created.

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

      The status of the graph snapshot.

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

      The status of the graph snapshot.

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

      GraphSnapshotSummary.Builder kmsKeyIdentifier(String kmsKeyIdentifier)

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

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