public static interface DescribeRegionSettingsResponse.Builder extends BackupResponse.Builder, SdkPojo, CopyableBuilder<DescribeRegionSettingsResponse.Builder,DescribeRegionSettingsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeRegionSettingsResponse.Builder |
resourceTypeManagementPreference(Map<String,Boolean> resourceTypeManagementPreference)
Returns whether Backup fully manages the backups for a resource type.
|
DescribeRegionSettingsResponse.Builder |
resourceTypeOptInPreference(Map<String,Boolean> resourceTypeOptInPreference)
Returns a list of all services along with the opt-in preferences in the Region.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeRegionSettingsResponse.Builder resourceTypeOptInPreference(Map<String,Boolean> resourceTypeOptInPreference)
Returns a list of all services along with the opt-in preferences in the Region.
resourceTypeOptInPreference - Returns a list of all services along with the opt-in preferences in the Region.DescribeRegionSettingsResponse.Builder resourceTypeManagementPreference(Map<String,Boolean> resourceTypeManagementPreference)
Returns whether Backup fully manages the backups for a resource type.
For the benefits of full Backup management, see Full Backup management.
For a list of resource types and whether each supports full Backup management, see the Feature availability by resource table.
If "DynamoDB":false, you can enable full Backup management for DynamoDB backup by enabling Backup's advanced DynamoDB backup features.
resourceTypeManagementPreference - Returns whether Backup fully manages the backups for a resource type.
For the benefits of full Backup management, see Full Backup management.
For a list of resource types and whether each supports full Backup management, see the Feature availability by resource table.
If "DynamoDB":false, you can enable full Backup management for DynamoDB backup by
enabling Backup's advanced DynamoDB backup features.
Copyright © 2023. All rights reserved.