Interface DescribeRegionSettingsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BackupResponse.Builder,Buildable,CopyableBuilder<DescribeRegionSettingsResponse.Builder,DescribeRegionSettingsResponse>,SdkBuilder<DescribeRegionSettingsResponse.Builder,DescribeRegionSettingsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeRegionSettingsResponse
public static interface DescribeRegionSettingsResponse.Builder extends BackupResponse.Builder, SdkPojo, CopyableBuilder<DescribeRegionSettingsResponse.Builder,DescribeRegionSettingsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeRegionSettingsResponse.BuilderresourceTypeManagementPreference(Map<String,Boolean> resourceTypeManagementPreference)Returns whether Backup fully manages the backups for a resource type.DescribeRegionSettingsResponse.BuilderresourceTypeOptInPreference(Map<String,Boolean> resourceTypeOptInPreference)Returns a list of all 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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
resourceTypeOptInPreference
DescribeRegionSettingsResponse.Builder resourceTypeOptInPreference(Map<String,Boolean> resourceTypeOptInPreference)
Returns a list of all services along with the opt-in preferences in the Region.
- Parameters:
resourceTypeOptInPreference- Returns a list of all 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.
-
-