Class AwsBackupBackupPlanRuleCopyActionsDetails
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsBackupBackupPlanRuleCopyActionsDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsBackupBackupPlanRuleCopyActionsDetails.Builder,AwsBackupBackupPlanRuleCopyActionsDetails>
@Generated("software.amazon.awssdk:codegen") public final class AwsBackupBackupPlanRuleCopyActionsDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsBackupBackupPlanRuleCopyActionsDetails.Builder,AwsBackupBackupPlanRuleCopyActionsDetails>
An array of
CopyActionobjects, each of which contains details of the copy operation.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsBackupBackupPlanRuleCopyActionsDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsBackupBackupPlanRuleCopyActionsDetails.Builderbuilder()StringdestinationBackupVaultArn()An Amazon Resource Name (ARN) that uniquely identifies the destination backup vault for the copied backup.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()AwsBackupBackupPlanLifecycleDetailslifecycle()Defines when a protected resource is transitioned to cold storage and when it expires.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AwsBackupBackupPlanRuleCopyActionsDetails.Builder>serializableBuilderClass()AwsBackupBackupPlanRuleCopyActionsDetails.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
destinationBackupVaultArn
public final String destinationBackupVaultArn()
An Amazon Resource Name (ARN) that uniquely identifies the destination backup vault for the copied backup.
- Returns:
- An Amazon Resource Name (ARN) that uniquely identifies the destination backup vault for the copied backup.
-
lifecycle
public final AwsBackupBackupPlanLifecycleDetails lifecycle()
Defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. If you don't specify a lifecycle, Backup applies the lifecycle policy of the source backup to the destination backup.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days.
- Returns:
- Defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions
and expires backups automatically according to the lifecycle that you define. If you don't specify a
lifecycle, Backup applies the lifecycle policy of the source backup to the destination backup.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days.
-
toBuilder
public AwsBackupBackupPlanRuleCopyActionsDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AwsBackupBackupPlanRuleCopyActionsDetails.Builder,AwsBackupBackupPlanRuleCopyActionsDetails>
-
builder
public static AwsBackupBackupPlanRuleCopyActionsDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsBackupBackupPlanRuleCopyActionsDetails.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-