Interface DeleteConfigurationProfileRequest.Builder
-
- All Superinterfaces:
AppConfigRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<DeleteConfigurationProfileRequest.Builder,DeleteConfigurationProfileRequest>,SdkBuilder<DeleteConfigurationProfileRequest.Builder,DeleteConfigurationProfileRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteConfigurationProfileRequest
public static interface DeleteConfigurationProfileRequest.Builder extends AppConfigRequest.Builder, SdkPojo, CopyableBuilder<DeleteConfigurationProfileRequest.Builder,DeleteConfigurationProfileRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteConfigurationProfileRequest.BuilderapplicationId(String applicationId)The application ID that includes the configuration profile you want to delete.DeleteConfigurationProfileRequest.BuilderconfigurationProfileId(String configurationProfileId)The ID of the configuration profile you want to delete.DeleteConfigurationProfileRequest.BuilderdeletionProtectionCheck(String deletionProtectionCheck)A parameter to configure deletion protection.DeleteConfigurationProfileRequest.BuilderdeletionProtectionCheck(DeletionProtectionCheck deletionProtectionCheck)A parameter to configure deletion protection.DeleteConfigurationProfileRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteConfigurationProfileRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.services.appconfig.model.AppConfigRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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
-
-
-
-
Method Detail
-
applicationId
DeleteConfigurationProfileRequest.Builder applicationId(String applicationId)
The application ID that includes the configuration profile you want to delete.
- Parameters:
applicationId- The application ID that includes the configuration profile you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationProfileId
DeleteConfigurationProfileRequest.Builder configurationProfileId(String configurationProfileId)
The ID of the configuration profile you want to delete.
- Parameters:
configurationProfileId- The ID of the configuration profile you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deletionProtectionCheck
DeleteConfigurationProfileRequest.Builder deletionProtectionCheck(String deletionProtectionCheck)
A parameter to configure deletion protection. If enabled, deletion protection prevents a user from deleting a configuration profile if your application has called either GetLatestConfiguration or for the configuration profile during the specified interval.
This parameter supports the following values:
-
BYPASS: Instructs AppConfig to bypass the deletion protection check and delete a configuration profile even if deletion protection would have otherwise prevented it. -
APPLY: Instructs the deletion protection check to run, even if deletion protection is disabled at the account level.APPLYalso forces the deletion protection check to run against resources created in the past hour, which are normally excluded from deletion protection checks. -
ACCOUNT_DEFAULT: The default setting, which instructs AppConfig to implement the deletion protection value specified in theUpdateAccountSettingsAPI.
- Parameters:
deletionProtectionCheck- A parameter to configure deletion protection. If enabled, deletion protection prevents a user from deleting a configuration profile if your application has called either GetLatestConfiguration or for the configuration profile during the specified interval.This parameter supports the following values:
-
BYPASS: Instructs AppConfig to bypass the deletion protection check and delete a configuration profile even if deletion protection would have otherwise prevented it. -
APPLY: Instructs the deletion protection check to run, even if deletion protection is disabled at the account level.APPLYalso forces the deletion protection check to run against resources created in the past hour, which are normally excluded from deletion protection checks. -
ACCOUNT_DEFAULT: The default setting, which instructs AppConfig to implement the deletion protection value specified in theUpdateAccountSettingsAPI.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DeletionProtectionCheck,DeletionProtectionCheck
-
-
deletionProtectionCheck
DeleteConfigurationProfileRequest.Builder deletionProtectionCheck(DeletionProtectionCheck deletionProtectionCheck)
A parameter to configure deletion protection. If enabled, deletion protection prevents a user from deleting a configuration profile if your application has called either GetLatestConfiguration or for the configuration profile during the specified interval.
This parameter supports the following values:
-
BYPASS: Instructs AppConfig to bypass the deletion protection check and delete a configuration profile even if deletion protection would have otherwise prevented it. -
APPLY: Instructs the deletion protection check to run, even if deletion protection is disabled at the account level.APPLYalso forces the deletion protection check to run against resources created in the past hour, which are normally excluded from deletion protection checks. -
ACCOUNT_DEFAULT: The default setting, which instructs AppConfig to implement the deletion protection value specified in theUpdateAccountSettingsAPI.
- Parameters:
deletionProtectionCheck- A parameter to configure deletion protection. If enabled, deletion protection prevents a user from deleting a configuration profile if your application has called either GetLatestConfiguration or for the configuration profile during the specified interval.This parameter supports the following values:
-
BYPASS: Instructs AppConfig to bypass the deletion protection check and delete a configuration profile even if deletion protection would have otherwise prevented it. -
APPLY: Instructs the deletion protection check to run, even if deletion protection is disabled at the account level.APPLYalso forces the deletion protection check to run against resources created in the past hour, which are normally excluded from deletion protection checks. -
ACCOUNT_DEFAULT: The default setting, which instructs AppConfig to implement the deletion protection value specified in theUpdateAccountSettingsAPI.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DeletionProtectionCheck,DeletionProtectionCheck
-
-
overrideConfiguration
DeleteConfigurationProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteConfigurationProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-