Class DlpSettingDetails
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DlpSettingDetails.Builder,DlpSettingDetails>
The full configuration details of a DLP setting.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringarn()The Amazon Resource Name (ARN) of the DLP setting.static DlpSettingDetails.Builderbuilder()final InstantThe date and time that the DLP setting was created, in ISO 8601 format.final StringThe ID of the DLP setting.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringname()The display name of the DLP setting.final ProviderConfigThe provider-specific configuration for the DLP integration.final DlpActionThe behavior applied when the DLP provider is unreachable.final StringThe behavior applied when the DLP provider is unreachable.final DlpProviderTypeThe type of external DLP provider used for sensitivity label classification.final StringThe type of external DLP provider used for sensitivity label classification.static Class<? extends DlpSettingDetails.Builder> final DlpSettingStatusstatus()The status of the DLP setting.final StringThe status of the DLP setting.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final InstantThe date and time that the DLP setting was most recently updated, in ISO 8601 format.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
dlpSettingId
-
name
The display name of the DLP setting.
- Returns:
- The display name of the DLP setting.
-
arn
The Amazon Resource Name (ARN) of the DLP setting.
- Returns:
- The Amazon Resource Name (ARN) of the DLP setting.
-
status
The status of the DLP setting. Valid values are
ACTIVEandINACTIVE.If the service returns an enum value that is not available in the current SDK version,
statuswill returnDlpSettingStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the DLP setting. Valid values are
ACTIVEandINACTIVE. - See Also:
-
statusAsString
The status of the DLP setting. Valid values are
ACTIVEandINACTIVE.If the service returns an enum value that is not available in the current SDK version,
statuswill returnDlpSettingStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the DLP setting. Valid values are
ACTIVEandINACTIVE. - See Also:
-
providerType
The type of external DLP provider used for sensitivity label classification.
If the service returns an enum value that is not available in the current SDK version,
providerTypewill returnDlpProviderType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromproviderTypeAsString().- Returns:
- The type of external DLP provider used for sensitivity label classification.
- See Also:
-
providerTypeAsString
The type of external DLP provider used for sensitivity label classification.
If the service returns an enum value that is not available in the current SDK version,
providerTypewill returnDlpProviderType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromproviderTypeAsString().- Returns:
- The type of external DLP provider used for sensitivity label classification.
- See Also:
-
providerConfig
The provider-specific configuration for the DLP integration.
- Returns:
- The provider-specific configuration for the DLP integration.
-
providerOutageAction
The behavior applied when the DLP provider is unreachable. Valid values are
ALLOW,WARN, andBLOCK.If the service returns an enum value that is not available in the current SDK version,
providerOutageActionwill returnDlpAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromproviderOutageActionAsString().- Returns:
- The behavior applied when the DLP provider is unreachable. Valid values are
ALLOW,WARN, andBLOCK. - See Also:
-
providerOutageActionAsString
The behavior applied when the DLP provider is unreachable. Valid values are
ALLOW,WARN, andBLOCK.If the service returns an enum value that is not available in the current SDK version,
providerOutageActionwill returnDlpAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromproviderOutageActionAsString().- Returns:
- The behavior applied when the DLP provider is unreachable. Valid values are
ALLOW,WARN, andBLOCK. - See Also:
-
createdAt
The date and time that the DLP setting was created, in ISO 8601 format.
- Returns:
- The date and time that the DLP setting was created, in ISO 8601 format.
-
updatedAt
The date and time that the DLP setting was most recently updated, in ISO 8601 format.
- Returns:
- The date and time that the DLP setting was most recently updated, in ISO 8601 format.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<DlpSettingDetails.Builder,DlpSettingDetails> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-