Interface DataProtectionSettingsSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataProtectionSettingsSummary.Builder,
,DataProtectionSettingsSummary> SdkBuilder<DataProtectionSettingsSummary.Builder,
,DataProtectionSettingsSummary> SdkPojo
- Enclosing class:
DataProtectionSettingsSummary
@Mutable
@NotThreadSafe
public static interface DataProtectionSettingsSummary.Builder
extends SdkPojo, CopyableBuilder<DataProtectionSettingsSummary.Builder,DataProtectionSettingsSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncreationDate
(Instant creationDate) The creation date timestamp of the data protection settings.dataProtectionSettingsArn
(String dataProtectionSettingsArn) The ARN of the data protection settings.description
(String description) The description of the data protection settings.displayName
(String displayName) The display name of the data protection settings.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
-
creationDate
The creation date timestamp of the data protection settings.
- Parameters:
creationDate
- The creation date timestamp of the data protection settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataProtectionSettingsArn
The ARN of the data protection settings.
- Parameters:
dataProtectionSettingsArn
- The ARN of the data protection settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the data protection settings.
- Parameters:
description
- The description of the data protection settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The display name of the data protection settings.
- Parameters:
displayName
- The display name of the data protection settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-