public static interface DeleteAutoSnapshotRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<DeleteAutoSnapshotRequest.Builder,DeleteAutoSnapshotRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteAutoSnapshotRequest.Builder |
date(String date)
The date of the automatic snapshot to delete in
YYYY-MM-DD format. |
DeleteAutoSnapshotRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteAutoSnapshotRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteAutoSnapshotRequest.Builder |
resourceName(String resourceName)
The name of the source instance or disk from which to delete the automatic snapshot.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteAutoSnapshotRequest.Builder resourceName(String resourceName)
The name of the source instance or disk from which to delete the automatic snapshot.
resourceName - The name of the source instance or disk from which to delete the automatic snapshot.DeleteAutoSnapshotRequest.Builder date(String date)
The date of the automatic snapshot to delete in YYYY-MM-DD format. Use the
get auto snapshots operation to get the available automatic snapshots for a resource.
date - The date of the automatic snapshot to delete in YYYY-MM-DD format. Use the
get auto snapshots operation to get the available automatic snapshots for a resource.DeleteAutoSnapshotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteAutoSnapshotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.