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