Interface CreateGraphSnapshotResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateGraphSnapshotResponse.Builder,CreateGraphSnapshotResponse>,NeptuneGraphResponse.Builder,SdkBuilder<CreateGraphSnapshotResponse.Builder,CreateGraphSnapshotResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateGraphSnapshotResponse
public static interface CreateGraphSnapshotResponse.Builder extends NeptuneGraphResponse.Builder, SdkPojo, CopyableBuilder<CreateGraphSnapshotResponse.Builder,CreateGraphSnapshotResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateGraphSnapshotResponse.Builderarn(String arn)The ARN of the snapshot created.CreateGraphSnapshotResponse.Builderid(String id)The ID of the snapshot created.CreateGraphSnapshotResponse.BuilderkmsKeyIdentifier(String kmsKeyIdentifier)The ID of the KMS key used to encrypt and decrypt graph data.CreateGraphSnapshotResponse.Buildername(String name)The name of the snapshot created.CreateGraphSnapshotResponse.BuildersnapshotCreateTime(Instant snapshotCreateTime)The snapshot creation timeCreateGraphSnapshotResponse.BuildersourceGraphId(String sourceGraphId)The Id of the Neptune Analytics graph from which the snapshot is created.CreateGraphSnapshotResponse.Builderstatus(String status)The current state of the snapshot.CreateGraphSnapshotResponse.Builderstatus(SnapshotStatus status)The current state of the 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
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.
-
status
CreateGraphSnapshotResponse.Builder status(String 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:
SnapshotStatus,SnapshotStatus
-
status
CreateGraphSnapshotResponse.Builder status(SnapshotStatus 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:
SnapshotStatus,SnapshotStatus
-
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.
-
-