Interface DlpSettingSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DlpSettingSummary.Builder,,DlpSettingSummary> SdkBuilder<DlpSettingSummary.Builder,,DlpSettingSummary> SdkPojo
- Enclosing class:
DlpSettingSummary
@Mutable
@NotThreadSafe
public static interface DlpSettingSummary.Builder
extends SdkPojo, CopyableBuilder<DlpSettingSummary.Builder,DlpSettingSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the DLP setting.The date and time that the DLP setting was created, in ISO 8601 format.dlpSettingId(String dlpSettingId) The ID of the DLP setting.The display name of the DLP setting.providerType(String providerType) The type of external DLP provider used for sensitivity label classification.providerType(DlpProviderType providerType) The type of external DLP provider used for sensitivity label classification.The status of the DLP setting.status(DlpSettingStatus status) The status of the DLP setting.The date and time that the DLP setting was most recently updated, in ISO 8601 format.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
dlpSettingId
The ID of the DLP setting.
- Parameters:
dlpSettingId- The ID of the DLP setting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The display name of the DLP setting.
- Parameters:
name- The display name of the DLP setting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the DLP setting.
- Parameters:
arn- The Amazon Resource Name (ARN) of the DLP setting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the DLP setting. Valid values are
ACTIVEandINACTIVE.- Parameters:
status- The status of the DLP setting. Valid values areACTIVEandINACTIVE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the DLP setting. Valid values are
ACTIVEandINACTIVE.- Parameters:
status- The status of the DLP setting. Valid values areACTIVEandINACTIVE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
providerType
The type of external DLP provider used for sensitivity label classification.
- Parameters:
providerType- The type of external DLP provider used for sensitivity label classification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
providerType
The type of external DLP provider used for sensitivity label classification.
- Parameters:
providerType- The type of external DLP provider used for sensitivity label classification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The date and time that the DLP setting was created, in ISO 8601 format.
- Parameters:
createdAt- The date and time that the DLP setting was created, in ISO 8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The date and time that the DLP setting was most recently updated, in ISO 8601 format.
- Parameters:
updatedAt- The date and time that the DLP setting was most recently updated, in ISO 8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-