CreateGraphSnapshotResponse.Builder |
CreateGraphSnapshotResponse.Builder.arn(String arn) |
The ARN of the snapshot created.
|
static CreateGraphSnapshotResponse.Builder |
CreateGraphSnapshotResponse.builder() |
|
CreateGraphSnapshotResponse.Builder |
CreateGraphSnapshotResponse.Builder.id(String id) |
The ID of the snapshot created.
|
CreateGraphSnapshotResponse.Builder |
CreateGraphSnapshotResponse.Builder.kmsKeyIdentifier(String kmsKeyIdentifier) |
The ID of the KMS key used to encrypt and decrypt graph data.
|
CreateGraphSnapshotResponse.Builder |
CreateGraphSnapshotResponse.Builder.name(String name) |
The name of the snapshot created.
|
CreateGraphSnapshotResponse.Builder |
CreateGraphSnapshotResponse.Builder.snapshotCreateTime(Instant snapshotCreateTime) |
The snapshot creation time
|
CreateGraphSnapshotResponse.Builder |
CreateGraphSnapshotResponse.Builder.sourceGraphId(String sourceGraphId) |
The Id of the Neptune Analytics graph from which the snapshot is created.
|
CreateGraphSnapshotResponse.Builder |
CreateGraphSnapshotResponse.Builder.status(String status) |
The current state of the snapshot.
|
CreateGraphSnapshotResponse.Builder |
CreateGraphSnapshotResponse.Builder.status(SnapshotStatus status) |
The current state of the snapshot.
|
CreateGraphSnapshotResponse.Builder |
CreateGraphSnapshotResponse.toBuilder() |
|