Interface UpdateBackupPlanResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BackupResponse.Builder,Buildable,CopyableBuilder<UpdateBackupPlanResponse.Builder,,UpdateBackupPlanResponse> SdkBuilder<UpdateBackupPlanResponse.Builder,,UpdateBackupPlanResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateBackupPlanResponse
-
Method Summary
Modifier and TypeMethodDescriptionadvancedBackupSettings(Collection<AdvancedBackupSetting> advancedBackupSettings) Contains a list ofBackupOptionsfor each resource type.advancedBackupSettings(Consumer<AdvancedBackupSetting.Builder>... advancedBackupSettings) Contains a list ofBackupOptionsfor each resource type.advancedBackupSettings(AdvancedBackupSetting... advancedBackupSettings) Contains a list ofBackupOptionsfor each resource type.backupPlanArn(String backupPlanArn) An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50.backupPlanId(String backupPlanId) Uniquely identifies a backup plan.creationDate(Instant creationDate) The date and time a backup plan is created, in Unix format and Coordinated Universal Time (UTC).scanSettings(Collection<ScanSetting> scanSettings) Contains your scanning configuration for the backup plan and includes the Malware scanner, your selected resources, and scanner role.scanSettings(Consumer<ScanSetting.Builder>... scanSettings) Contains your scanning configuration for the backup plan and includes the Malware scanner, your selected resources, and scanner role.scanSettings(ScanSetting... scanSettings) Contains your scanning configuration for the backup plan and includes the Malware scanner, your selected resources, and scanner role.Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long.Methods inherited from interface software.amazon.awssdk.services.backup.model.BackupResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
backupPlanId
Uniquely identifies a backup plan.
- Parameters:
backupPlanId- Uniquely identifies a backup plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
backupPlanArn
An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,
arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50.- Parameters:
backupPlanArn- An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationDate
The date and time a backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of
CreationDateis accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.- Parameters:
creationDate- The date and time a backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value ofCreationDateis accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionId
Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version Ids cannot be edited.
- Parameters:
versionId- Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version Ids cannot be edited.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
advancedBackupSettings
UpdateBackupPlanResponse.Builder advancedBackupSettings(Collection<AdvancedBackupSetting> advancedBackupSettings) Contains a list of
BackupOptionsfor each resource type.- Parameters:
advancedBackupSettings- Contains a list ofBackupOptionsfor each resource type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
advancedBackupSettings
UpdateBackupPlanResponse.Builder advancedBackupSettings(AdvancedBackupSetting... advancedBackupSettings) Contains a list of
BackupOptionsfor each resource type.- Parameters:
advancedBackupSettings- Contains a list ofBackupOptionsfor each resource type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
advancedBackupSettings
UpdateBackupPlanResponse.Builder advancedBackupSettings(Consumer<AdvancedBackupSetting.Builder>... advancedBackupSettings) Contains a list of
This is a convenience method that creates an instance of theBackupOptionsfor each resource type.AdvancedBackupSetting.Builderavoiding the need to create one manually viaAdvancedBackupSetting.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toadvancedBackupSettings(List<AdvancedBackupSetting>).- Parameters:
advancedBackupSettings- a consumer that will call methods onAdvancedBackupSetting.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
scanSettings
Contains your scanning configuration for the backup plan and includes the Malware scanner, your selected resources, and scanner role.
- Parameters:
scanSettings- Contains your scanning configuration for the backup plan and includes the Malware scanner, your selected resources, and scanner role.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scanSettings
Contains your scanning configuration for the backup plan and includes the Malware scanner, your selected resources, and scanner role.
- Parameters:
scanSettings- Contains your scanning configuration for the backup plan and includes the Malware scanner, your selected resources, and scanner role.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scanSettings
Contains your scanning configuration for the backup plan and includes the Malware scanner, your selected resources, and scanner role.
This is a convenience method that creates an instance of theScanSetting.Builderavoiding the need to create one manually viaScanSetting.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toscanSettings(List<ScanSetting>).- Parameters:
scanSettings- a consumer that will call methods onScanSetting.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-