Interface LogsBackupConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LogsBackupConfiguration.Builder,
,LogsBackupConfiguration> SdkBuilder<LogsBackupConfiguration.Builder,
,LogsBackupConfiguration> SdkPojo
- Enclosing class:
LogsBackupConfiguration
@Mutable
@NotThreadSafe
public static interface LogsBackupConfiguration.Builder
extends SdkPojo, CopyableBuilder<LogsBackupConfiguration.Builder,LogsBackupConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionKMS Key arn belonging to the primary destination account and backup region, to encrypt newly created central log groups in the backup destination.Logs specific backup destination region within the primary destination account to which log data should be centralized.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 Details
-
region
Logs specific backup destination region within the primary destination account to which log data should be centralized.
- Parameters:
region
- Logs specific backup destination region within the primary destination account to which log data should be centralized.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyArn
KMS Key arn belonging to the primary destination account and backup region, to encrypt newly created central log groups in the backup destination.
- Parameters:
kmsKeyArn
- KMS Key arn belonging to the primary destination account and backup region, to encrypt newly created central log groups in the backup destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-