Interface DeleteAutoSnapshotRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteAutoSnapshotRequest.Builder,DeleteAutoSnapshotRequest>,LightsailRequest.Builder,SdkBuilder<DeleteAutoSnapshotRequest.Builder,DeleteAutoSnapshotRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteAutoSnapshotRequest
public static interface DeleteAutoSnapshotRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<DeleteAutoSnapshotRequest.Builder,DeleteAutoSnapshotRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteAutoSnapshotRequest.Builderdate(String date)The date of the automatic snapshot to delete inYYYY-MM-DDformat.DeleteAutoSnapshotRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteAutoSnapshotRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteAutoSnapshotRequest.BuilderresourceName(String resourceName)The name of the source instance or disk from which to delete the automatic snapshot.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lightsail.model.LightsailRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
resourceName
DeleteAutoSnapshotRequest.Builder resourceName(String resourceName)
The name of the source instance or disk from which to delete the automatic snapshot.
- Parameters:
resourceName- The name of the source instance or disk from which to delete the automatic snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
date
DeleteAutoSnapshotRequest.Builder date(String date)
The date of the automatic snapshot to delete in
YYYY-MM-DDformat. Use theget auto snapshotsoperation to get the available automatic snapshots for a resource.- Parameters:
date- The date of the automatic snapshot to delete inYYYY-MM-DDformat. Use theget auto snapshotsoperation to get the available automatic snapshots for a resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteAutoSnapshotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteAutoSnapshotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-