Interface DeleteSnapshotResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteSnapshotResponse.Builder,DeleteSnapshotResponse>,FSxResponse.Builder,SdkBuilder<DeleteSnapshotResponse.Builder,DeleteSnapshotResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteSnapshotResponse
public static interface DeleteSnapshotResponse.Builder extends FSxResponse.Builder, SdkPojo, CopyableBuilder<DeleteSnapshotResponse.Builder,DeleteSnapshotResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteSnapshotResponse.Builderlifecycle(String lifecycle)The lifecycle status of the snapshot.DeleteSnapshotResponse.Builderlifecycle(SnapshotLifecycle lifecycle)The lifecycle status of the snapshot.DeleteSnapshotResponse.BuildersnapshotId(String snapshotId)The ID of the deleted snapshot.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.fsx.model.FSxResponse.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
-
snapshotId
DeleteSnapshotResponse.Builder snapshotId(String snapshotId)
The ID of the deleted snapshot.
- Parameters:
snapshotId- The ID of the deleted snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lifecycle
DeleteSnapshotResponse.Builder lifecycle(String lifecycle)
The lifecycle status of the snapshot. If the
DeleteSnapshotoperation is successful, this status isDELETING.- Parameters:
lifecycle- The lifecycle status of the snapshot. If theDeleteSnapshotoperation is successful, this status isDELETING.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SnapshotLifecycle,SnapshotLifecycle
-
lifecycle
DeleteSnapshotResponse.Builder lifecycle(SnapshotLifecycle lifecycle)
The lifecycle status of the snapshot. If the
DeleteSnapshotoperation is successful, this status isDELETING.- Parameters:
lifecycle- The lifecycle status of the snapshot. If theDeleteSnapshotoperation is successful, this status isDELETING.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SnapshotLifecycle,SnapshotLifecycle
-
-