Interface GetBackupPlanFromTemplateRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BackupRequest.Builder,Buildable,CopyableBuilder<GetBackupPlanFromTemplateRequest.Builder,GetBackupPlanFromTemplateRequest>,SdkBuilder<GetBackupPlanFromTemplateRequest.Builder,GetBackupPlanFromTemplateRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetBackupPlanFromTemplateRequest
public static interface GetBackupPlanFromTemplateRequest.Builder extends BackupRequest.Builder, SdkPojo, CopyableBuilder<GetBackupPlanFromTemplateRequest.Builder,GetBackupPlanFromTemplateRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetBackupPlanFromTemplateRequest.BuilderbackupPlanTemplateId(String backupPlanTemplateId)Uniquely identifies a stored backup plan template.GetBackupPlanFromTemplateRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetBackupPlanFromTemplateRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.backup.model.BackupRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
backupPlanTemplateId
GetBackupPlanFromTemplateRequest.Builder backupPlanTemplateId(String backupPlanTemplateId)
Uniquely identifies a stored backup plan template.
- Parameters:
backupPlanTemplateId- Uniquely identifies a stored backup plan template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetBackupPlanFromTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetBackupPlanFromTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-