Interface DeleteStorageVirtualMachineResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DeleteStorageVirtualMachineResponse.Builder,
,DeleteStorageVirtualMachineResponse> FSxResponse.Builder
,SdkBuilder<DeleteStorageVirtualMachineResponse.Builder,
,DeleteStorageVirtualMachineResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DeleteStorageVirtualMachineResponse
@Mutable
@NotThreadSafe
public static interface DeleteStorageVirtualMachineResponse.Builder
extends FSxResponse.Builder, SdkPojo, CopyableBuilder<DeleteStorageVirtualMachineResponse.Builder,DeleteStorageVirtualMachineResponse>
-
Method Summary
Modifier and TypeMethodDescriptionDescribes the lifecycle state of the SVM being deleted.lifecycle
(StorageVirtualMachineLifecycle lifecycle) Describes the lifecycle state of the SVM being deleted.storageVirtualMachineId
(String storageVirtualMachineId) The ID of the SVM Amazon FSx is deleting.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
storageVirtualMachineId
The ID of the SVM Amazon FSx is deleting.
- Parameters:
storageVirtualMachineId
- The ID of the SVM Amazon FSx is deleting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lifecycle
Describes the lifecycle state of the SVM being deleted.
- Parameters:
lifecycle
- Describes the lifecycle state of the SVM being deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lifecycle
Describes the lifecycle state of the SVM being deleted.
- Parameters:
lifecycle
- Describes the lifecycle state of the SVM being deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-