public static interface ModifyBackupAttributesRequest.Builder extends CloudHsmV2Request.Builder, SdkPojo, CopyableBuilder<ModifyBackupAttributesRequest.Builder,ModifyBackupAttributesRequest>
| Modifier and Type | Method and Description |
|---|---|
ModifyBackupAttributesRequest.Builder |
backupId(String backupId)
The identifier (ID) of the backup to modify.
|
ModifyBackupAttributesRequest.Builder |
neverExpires(Boolean neverExpires)
Specifies whether the service should exempt a backup from the retention policy for the cluster.
|
ModifyBackupAttributesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifyBackupAttributesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyBackupAttributesRequest.Builder backupId(String backupId)
The identifier (ID) of the backup to modify. To find the ID of a backup, use the DescribeBackups operation.
backupId - The identifier (ID) of the backup to modify. To find the ID of a backup, use the
DescribeBackups operation.ModifyBackupAttributesRequest.Builder neverExpires(Boolean neverExpires)
Specifies whether the service should exempt a backup from the retention policy for the cluster.
True exempts a backup from the retention policy. False means the service applies
the backup retention policy defined at the cluster.
neverExpires - Specifies whether the service should exempt a backup from the retention policy for the cluster.
True exempts a backup from the retention policy. False means the service
applies the backup retention policy defined at the cluster.ModifyBackupAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderModifyBackupAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.