Interface DeregistrationPolicy.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DeregistrationPolicy.Builder,DeregistrationPolicy>,SdkBuilder<DeregistrationPolicy.Builder,DeregistrationPolicy>,SdkPojo
- Enclosing class:
- DeregistrationPolicy
public static interface DeregistrationPolicy.Builder extends SdkPojo, CopyableBuilder<DeregistrationPolicy.Builder,DeregistrationPolicy>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeregistrationPolicy.BuilderdeleteResources(String deleteResources)Specifies which Audit Manager data will be deleted when you deregister Audit Manager.DeregistrationPolicy.BuilderdeleteResources(DeleteResources deleteResources)Specifies which Audit Manager data will be deleted when you deregister Audit Manager.-
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
-
-
-
-
Method Detail
-
deleteResources
DeregistrationPolicy.Builder deleteResources(String deleteResources)
Specifies which Audit Manager data will be deleted when you deregister Audit Manager.
-
If you set the value to
ALL, all of your data is deleted within seven days of deregistration. -
If you set the value to
DEFAULT, none of your data is deleted at the time of deregistration. However, keep in mind that the Audit Manager data retention policy still applies. As a result, any evidence data will be deleted two years after its creation date. Your other Audit Manager resources will continue to exist indefinitely.
- Parameters:
deleteResources- Specifies which Audit Manager data will be deleted when you deregister Audit Manager.-
If you set the value to
ALL, all of your data is deleted within seven days of deregistration. -
If you set the value to
DEFAULT, none of your data is deleted at the time of deregistration. However, keep in mind that the Audit Manager data retention policy still applies. As a result, any evidence data will be deleted two years after its creation date. Your other Audit Manager resources will continue to exist indefinitely.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DeleteResources,DeleteResources
-
-
deleteResources
DeregistrationPolicy.Builder deleteResources(DeleteResources deleteResources)
Specifies which Audit Manager data will be deleted when you deregister Audit Manager.
-
If you set the value to
ALL, all of your data is deleted within seven days of deregistration. -
If you set the value to
DEFAULT, none of your data is deleted at the time of deregistration. However, keep in mind that the Audit Manager data retention policy still applies. As a result, any evidence data will be deleted two years after its creation date. Your other Audit Manager resources will continue to exist indefinitely.
- Parameters:
deleteResources- Specifies which Audit Manager data will be deleted when you deregister Audit Manager.-
If you set the value to
ALL, all of your data is deleted within seven days of deregistration. -
If you set the value to
DEFAULT, none of your data is deleted at the time of deregistration. However, keep in mind that the Audit Manager data retention policy still applies. As a result, any evidence data will be deleted two years after its creation date. Your other Audit Manager resources will continue to exist indefinitely.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DeleteResources,DeleteResources
-
-
-