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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
dataProtectionSettingsArnThe 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.
 
- 
displayNameThe 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.
 
- 
descriptionThe 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.
 
- 
creationDateThe 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.
 
 
-