Interface DataProtectionSettingsSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DataProtectionSettingsSummary.Builder,DataProtectionSettingsSummary>,SdkBuilder<DataProtectionSettingsSummary.Builder,DataProtectionSettingsSummary>,SdkPojo
- Enclosing class:
- DataProtectionSettingsSummary
public static interface DataProtectionSettingsSummary.Builder extends SdkPojo, CopyableBuilder<DataProtectionSettingsSummary.Builder,DataProtectionSettingsSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataProtectionSettingsSummary.BuildercreationDate(Instant creationDate)The creation date timestamp of the data protection settings.DataProtectionSettingsSummary.BuilderdataProtectionSettingsArn(String dataProtectionSettingsArn)The ARN of the data protection settings.DataProtectionSettingsSummary.Builderdescription(String description)The description of the data protection settings.DataProtectionSettingsSummary.BuilderdisplayName(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 Detail
-
creationDate
DataProtectionSettingsSummary.Builder creationDate(Instant 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
DataProtectionSettingsSummary.Builder dataProtectionSettingsArn(String 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
DataProtectionSettingsSummary.Builder description(String 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
DataProtectionSettingsSummary.Builder displayName(String 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.
-
-