Interface ExportSnapshotRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ExportSnapshotRequest.Builder,ExportSnapshotRequest>,LightsailRequest.Builder,SdkBuilder<ExportSnapshotRequest.Builder,ExportSnapshotRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ExportSnapshotRequest
public static interface ExportSnapshotRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<ExportSnapshotRequest.Builder,ExportSnapshotRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExportSnapshotRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ExportSnapshotRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ExportSnapshotRequest.BuildersourceSnapshotName(String sourceSnapshotName)The name of the instance or disk snapshot to be exported to Amazon EC2.-
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
-
sourceSnapshotName
ExportSnapshotRequest.Builder sourceSnapshotName(String sourceSnapshotName)
The name of the instance or disk snapshot to be exported to Amazon EC2.
- Parameters:
sourceSnapshotName- The name of the instance or disk snapshot to be exported to Amazon EC2.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ExportSnapshotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ExportSnapshotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-