Interface DeleteGraphSnapshotResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteGraphSnapshotResponse.Builder,DeleteGraphSnapshotResponse>,NeptuneGraphResponse.Builder,SdkBuilder<DeleteGraphSnapshotResponse.Builder,DeleteGraphSnapshotResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteGraphSnapshotResponse
public static interface DeleteGraphSnapshotResponse.Builder extends NeptuneGraphResponse.Builder, SdkPojo, CopyableBuilder<DeleteGraphSnapshotResponse.Builder,DeleteGraphSnapshotResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteGraphSnapshotResponse.Builderarn(String arn)The ARN of the graph snapshot.DeleteGraphSnapshotResponse.Builderid(String id)The unique identifier of the graph snapshot.DeleteGraphSnapshotResponse.BuilderkmsKeyIdentifier(String kmsKeyIdentifier)The ID of the KMS key used to encrypt and decrypt the snapshot.DeleteGraphSnapshotResponse.Buildername(String name)The snapshot name.DeleteGraphSnapshotResponse.BuildersnapshotCreateTime(Instant snapshotCreateTime)The time when the snapshot was created.DeleteGraphSnapshotResponse.BuildersourceGraphId(String sourceGraphId)The graph identifier for the graph from which the snapshot was created.DeleteGraphSnapshotResponse.Builderstatus(String status)The status of the graph snapshot.DeleteGraphSnapshotResponse.Builderstatus(SnapshotStatus status)The status of the graph snapshot.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.neptunegraph.model.NeptuneGraphResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
id
DeleteGraphSnapshotResponse.Builder id(String 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
DeleteGraphSnapshotResponse.Builder name(String 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.
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
DeleteGraphSnapshotResponse.Builder arn(String 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
DeleteGraphSnapshotResponse.Builder sourceGraphId(String sourceGraphId)
The graph identifier for the graph from which the snapshot was created.
- Parameters:
sourceGraphId- The graph identifier for the graph from which the snapshot was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snapshotCreateTime
DeleteGraphSnapshotResponse.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
DeleteGraphSnapshotResponse.Builder status(String 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:
SnapshotStatus,SnapshotStatus
-
status
DeleteGraphSnapshotResponse.Builder status(SnapshotStatus 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:
SnapshotStatus,SnapshotStatus
-
kmsKeyIdentifier
DeleteGraphSnapshotResponse.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.
-
-