Interface RestoreFromRecoveryPointRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<RestoreFromRecoveryPointRequest.Builder,RestoreFromRecoveryPointRequest>,RedshiftServerlessRequest.Builder,SdkBuilder<RestoreFromRecoveryPointRequest.Builder,RestoreFromRecoveryPointRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- RestoreFromRecoveryPointRequest
public static interface RestoreFromRecoveryPointRequest.Builder extends RedshiftServerlessRequest.Builder, SdkPojo, CopyableBuilder<RestoreFromRecoveryPointRequest.Builder,RestoreFromRecoveryPointRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RestoreFromRecoveryPointRequest.BuildernamespaceName(String namespaceName)The name of the namespace to restore data into.RestoreFromRecoveryPointRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RestoreFromRecoveryPointRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)RestoreFromRecoveryPointRequest.BuilderrecoveryPointId(String recoveryPointId)The unique identifier of the recovery point to restore from.RestoreFromRecoveryPointRequest.BuilderworkgroupName(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, sdkFields
-
-
-
-
Method Detail
-
namespaceName
RestoreFromRecoveryPointRequest.Builder namespaceName(String 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
RestoreFromRecoveryPointRequest.Builder recoveryPointId(String 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
RestoreFromRecoveryPointRequest.Builder workgroupName(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
RestoreFromRecoveryPointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-