Interface DescribeRegionSettingsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BackupResponse.Builder
,Buildable
,CopyableBuilder<DescribeRegionSettingsResponse.Builder,
,DescribeRegionSettingsResponse> SdkBuilder<DescribeRegionSettingsResponse.Builder,
,DescribeRegionSettingsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeRegionSettingsResponse
-
Method Summary
Modifier and TypeMethodDescriptionresourceTypeManagementPreference
(Map<String, Boolean> resourceTypeManagementPreference) Returns whether Backup fully manages the backups for a resource type.resourceTypeOptInPreference
(Map<String, Boolean> resourceTypeOptInPreference) The services along with the opt-in preferences in the Region.Methods inherited from interface software.amazon.awssdk.services.backup.model.BackupResponse.Builder
build, responseMetadata, responseMetadata
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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
resourceTypeOptInPreference
DescribeRegionSettingsResponse.Builder resourceTypeOptInPreference(Map<String, Boolean> resourceTypeOptInPreference) The services along with the opt-in preferences in the Region.
- Parameters:
resourceTypeOptInPreference
- The services along with the opt-in preferences in the Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTypeManagementPreference
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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-