Interface CreateGraphSnapshotResponse.Builder

    • Method Detail

      • id

        CreateGraphSnapshotResponse.Builder id​(String 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

        CreateGraphSnapshotResponse.Builder name​(String 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

        CreateGraphSnapshotResponse.Builder arn​(String 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.
      • 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.