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 TypeMethodDescriptionautoEnableOrganizationMembers
(String autoEnableOrganizationMembers) Specifies whether automated sensitive data discovery is enabled automatically for accounts in the organization.autoEnableOrganizationMembers
(AutoEnableMode autoEnableOrganizationMembers) Specifies whether automated sensitive data discovery is enabled automatically for accounts in the organization.classificationScopeId
(String classificationScopeId) The unique identifier for the classification scope that's used when performing automated sensitive data discovery.disabledAt
(Instant disabledAt) The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was most recently disabled.firstEnabledAt
(Instant firstEnabledAt) The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was initially enabled.lastUpdatedAt
(Instant lastUpdatedAt) The date and time, in UTC and extended ISO 8601 format, when the configuration settings or status of automated sensitive data discovery was most recently changed.sensitivityInspectionTemplateId
(String sensitivityInspectionTemplateId) The unique identifier for the sensitivity inspection template that's used when performing automated sensitive data discovery.The current status of automated sensitive data discovery for the organization or account.status
(AutomatedDiscoveryStatus status) The current status of automated sensitive data discovery for the organization or 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
-
autoEnableOrganizationMembers
GetAutomatedDiscoveryConfigurationResponse.Builder autoEnableOrganizationMembers(String autoEnableOrganizationMembers) Specifies whether automated sensitive data discovery is enabled automatically for accounts in the organization. Possible values are: ALL, enable it for all existing accounts and new member accounts; NEW, enable it only for new member accounts; and, NONE, don't enable it for any accounts.
- Parameters:
autoEnableOrganizationMembers
- Specifies whether automated sensitive data discovery is enabled automatically for accounts in the organization. Possible values are: ALL, enable it for all existing accounts and new member accounts; NEW, enable it only for new member accounts; and, NONE, don't enable it for any accounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
autoEnableOrganizationMembers
GetAutomatedDiscoveryConfigurationResponse.Builder autoEnableOrganizationMembers(AutoEnableMode autoEnableOrganizationMembers) Specifies whether automated sensitive data discovery is enabled automatically for accounts in the organization. Possible values are: ALL, enable it for all existing accounts and new member accounts; NEW, enable it only for new member accounts; and, NONE, don't enable it for any accounts.
- Parameters:
autoEnableOrganizationMembers
- Specifies whether automated sensitive data discovery is enabled automatically for accounts in the organization. Possible values are: ALL, enable it for all existing accounts and new member accounts; NEW, enable it only for new member accounts; and, NONE, don't enable it for any accounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
classificationScopeId
GetAutomatedDiscoveryConfigurationResponse.Builder classificationScopeId(String classificationScopeId) The unique identifier for the classification scope that's used when performing automated sensitive data discovery. The classification scope specifies S3 buckets to exclude from analyses.
- Parameters:
classificationScopeId
- The unique identifier for the classification scope that's used when performing automated sensitive data discovery. The classification scope specifies S3 buckets to exclude from analyses.- 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. This value is null if automated sensitive data discovery is currently enabled.
- Parameters:
disabledAt
- The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was most recently disabled. This value is null if automated sensitive data discovery is currently enabled.- 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. This value is null if automated sensitive data discovery has never been enabled.
- Parameters:
firstEnabledAt
- The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was initially enabled. This value is null if automated sensitive data discovery has never been enabled.- 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 the configuration settings or status of automated sensitive data discovery was most recently changed.
- Parameters:
lastUpdatedAt
- The date and time, in UTC and extended ISO 8601 format, when the configuration settings or status of automated sensitive data discovery was most recently changed.- 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. 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. 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 automated sensitive data discovery for the organization or account. Possible values are: ENABLED, use the specified settings to perform automated sensitive data discovery activities; and, DISABLED, don't perform automated sensitive data discovery activities.
- Parameters:
status
- The current status of automated sensitive data discovery for the organization or account. Possible values are: ENABLED, use the specified settings to perform automated sensitive data discovery activities; and, DISABLED, don't perform automated sensitive data discovery activities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of automated sensitive data discovery for the organization or account. Possible values are: ENABLED, use the specified settings to perform automated sensitive data discovery activities; and, DISABLED, don't perform automated sensitive data discovery activities.
- Parameters:
status
- The current status of automated sensitive data discovery for the organization or account. Possible values are: ENABLED, use the specified settings to perform automated sensitive data discovery activities; and, DISABLED, don't perform automated sensitive data discovery activities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-