Interface RestoreFromRecoveryPointRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<RestoreFromRecoveryPointRequest.Builder,
,RestoreFromRecoveryPointRequest> RedshiftServerlessRequest.Builder
,SdkBuilder<RestoreFromRecoveryPointRequest.Builder,
,RestoreFromRecoveryPointRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
RestoreFromRecoveryPointRequest
@Mutable
@NotThreadSafe
public static interface RestoreFromRecoveryPointRequest.Builder
extends RedshiftServerlessRequest.Builder, SdkPojo, CopyableBuilder<RestoreFromRecoveryPointRequest.Builder,RestoreFromRecoveryPointRequest>
-
Method Summary
Modifier and TypeMethodDescriptionnamespaceName
(String namespaceName) The name of the namespace to restore data into.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.recoveryPointId
(String recoveryPointId) The unique identifier of the recovery point to restore from.workgroupName
(String workgroupName) The name of the workgroup used to restore data.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.redshiftserverless.model.RedshiftServerlessRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
namespaceName
The name of the namespace to restore data into.
- Parameters:
namespaceName
- The name of the namespace to restore data into.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recoveryPointId
The unique identifier of the recovery point to restore from.
- Parameters:
recoveryPointId
- The unique identifier of the recovery point to restore from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workgroupName
The name of the workgroup used to restore data.
- Parameters:
workgroupName
- The name of the workgroup used to restore data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RestoreFromRecoveryPointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
RestoreFromRecoveryPointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-