Interface GetAutomatedDiscoveryConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetAutomatedDiscoveryConfigurationResponse.Builder,GetAutomatedDiscoveryConfigurationResponse>,Macie2Response.Builder,SdkBuilder<GetAutomatedDiscoveryConfigurationResponse.Builder,GetAutomatedDiscoveryConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetAutomatedDiscoveryConfigurationResponse
public static interface GetAutomatedDiscoveryConfigurationResponse.Builder extends Macie2Response.Builder, SdkPojo, CopyableBuilder<GetAutomatedDiscoveryConfigurationResponse.Builder,GetAutomatedDiscoveryConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetAutomatedDiscoveryConfigurationResponse.BuilderclassificationScopeId(String classificationScopeId)The unique identifier for the classification scope that's used when performing automated sensitive data discovery for the account.GetAutomatedDiscoveryConfigurationResponse.BuilderdisabledAt(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.GetAutomatedDiscoveryConfigurationResponse.BuilderfirstEnabledAt(Instant firstEnabledAt)The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was initially enabled for the account.GetAutomatedDiscoveryConfigurationResponse.BuilderlastUpdatedAt(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.GetAutomatedDiscoveryConfigurationResponse.BuildersensitivityInspectionTemplateId(String sensitivityInspectionTemplateId)The unique identifier for the sensitivity inspection template that's used when performing automated sensitive data discovery for the account.GetAutomatedDiscoveryConfigurationResponse.Builderstatus(String status)The current status of the automated sensitive data discovery configuration for the account.GetAutomatedDiscoveryConfigurationResponse.Builderstatus(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 Detail
-
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
GetAutomatedDiscoveryConfigurationResponse.Builder 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. 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
GetAutomatedDiscoveryConfigurationResponse.Builder 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. 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
GetAutomatedDiscoveryConfigurationResponse.Builder 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.
- 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
GetAutomatedDiscoveryConfigurationResponse.Builder status(String 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:
AutomatedDiscoveryStatus,AutomatedDiscoveryStatus
-
status
GetAutomatedDiscoveryConfigurationResponse.Builder status(AutomatedDiscoveryStatus 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:
AutomatedDiscoveryStatus,AutomatedDiscoveryStatus
-
-