Interface GetAutomatedDiscoveryConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetAutomatedDiscoveryConfigurationResponse.Builder,
,GetAutomatedDiscoveryConfigurationResponse> Macie2Response.Builder
,SdkBuilder<GetAutomatedDiscoveryConfigurationResponse.Builder,
,GetAutomatedDiscoveryConfigurationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetAutomatedDiscoveryConfigurationResponse
-
Method Summary
Modifier and TypeMethodDescriptionclassificationScopeId
(String classificationScopeId) The unique identifier for the classification scope that's used when performing automated sensitive data discovery for the account.disabledAt
(Instant disabledAt) The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was most recently disabled for the account.firstEnabledAt
(Instant firstEnabledAt) The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was initially enabled for the account.lastUpdatedAt
(Instant lastUpdatedAt) The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was most recently enabled or disabled for the account.sensitivityInspectionTemplateId
(String sensitivityInspectionTemplateId) The unique identifier for the sensitivity inspection template that's used when performing automated sensitive data discovery for the account.The current status of the automated sensitive data discovery configuration for the account.status
(AutomatedDiscoveryStatus status) The current status of the automated sensitive data discovery configuration for the account.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.macie2.model.Macie2Response.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
classificationScopeId
GetAutomatedDiscoveryConfigurationResponse.Builder classificationScopeId(String classificationScopeId) The unique identifier for the classification scope that's used when performing automated sensitive data discovery for the account. The classification scope specifies S3 buckets to exclude from automated sensitive data discovery.
- Parameters:
classificationScopeId
- The unique identifier for the classification scope that's used when performing automated sensitive data discovery for the account. The classification scope specifies S3 buckets to exclude from automated sensitive data discovery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
disabledAt
The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was most recently disabled for the account. This value is null if automated sensitive data discovery wasn't enabled and subsequently disabled for the account.
- Parameters:
disabledAt
- The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was most recently disabled for the account. This value is null if automated sensitive data discovery wasn't enabled and subsequently disabled for the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
firstEnabledAt
The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was initially enabled for the account. This value is null if automated sensitive data discovery has never been enabled for the account.
- Parameters:
firstEnabledAt
- The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was initially enabled for the account. This value is null if automated sensitive data discovery has never been enabled for the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was most recently enabled or disabled for the account.
- Parameters:
lastUpdatedAt
- The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was most recently enabled or disabled for the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sensitivityInspectionTemplateId
GetAutomatedDiscoveryConfigurationResponse.Builder sensitivityInspectionTemplateId(String sensitivityInspectionTemplateId) The unique identifier for the sensitivity inspection template that's used when performing automated sensitive data discovery for the account. The template specifies which allow lists, custom data identifiers, and managed data identifiers to use when analyzing data.
- Parameters:
sensitivityInspectionTemplateId
- The unique identifier for the sensitivity inspection template that's used when performing automated sensitive data discovery for the account. The template specifies which allow lists, custom data identifiers, and managed data identifiers to use when analyzing data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the automated sensitive data discovery configuration for the account. Possible values are: ENABLED, use the specified settings to perform automated sensitive data discovery activities for the account; and, DISABLED, don't perform automated sensitive data discovery activities for the account.
- Parameters:
status
- The current status of the automated sensitive data discovery configuration for the account. Possible values are: ENABLED, use the specified settings to perform automated sensitive data discovery activities for the account; and, DISABLED, don't perform automated sensitive data discovery activities for the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the automated sensitive data discovery configuration for the account. Possible values are: ENABLED, use the specified settings to perform automated sensitive data discovery activities for the account; and, DISABLED, don't perform automated sensitive data discovery activities for the account.
- Parameters:
status
- The current status of the automated sensitive data discovery configuration for the account. Possible values are: ENABLED, use the specified settings to perform automated sensitive data discovery activities for the account; and, DISABLED, don't perform automated sensitive data discovery activities for the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-