public static interface GetResourceProfileResponse.Builder extends Macie2Response.Builder, SdkPojo, CopyableBuilder<GetResourceProfileResponse.Builder,GetResourceProfileResponse>
| Modifier and Type | Method and Description |
|---|---|
GetResourceProfileResponse.Builder |
profileUpdatedAt(Instant profileUpdatedAt)
The date and time, in UTC and extended ISO 8601 format, when Amazon Macie most recently recalculated
sensitive data discovery statistics and details for the bucket.
|
GetResourceProfileResponse.Builder |
sensitivityScore(Integer sensitivityScore)
The current sensitivity score for the bucket, ranging from -1 (no analysis due to an error) to 100
(sensitive).
|
GetResourceProfileResponse.Builder |
sensitivityScoreOverridden(Boolean sensitivityScoreOverridden)
Specifies whether the bucket's current sensitivity score was set manually.
|
default GetResourceProfileResponse.Builder |
statistics(Consumer<ResourceStatistics.Builder> statistics)
The sensitive data discovery statistics for the bucket.
|
GetResourceProfileResponse.Builder |
statistics(ResourceStatistics statistics)
The sensitive data discovery statistics for the bucket.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetResourceProfileResponse.Builder profileUpdatedAt(Instant profileUpdatedAt)
The date and time, in UTC and extended ISO 8601 format, when Amazon Macie most recently recalculated sensitive data discovery statistics and details for the bucket. If the bucket's sensitivity score is calculated automatically, this includes the score.
profileUpdatedAt - The date and time, in UTC and extended ISO 8601 format, when Amazon Macie most recently recalculated
sensitive data discovery statistics and details for the bucket. If the bucket's sensitivity score is
calculated automatically, this includes the score.GetResourceProfileResponse.Builder sensitivityScore(Integer sensitivityScore)
The current sensitivity score for the bucket, ranging from -1 (no analysis due to an error) to 100 (sensitive). By default, this score is calculated automatically based on the amount of data that Amazon Macie has analyzed in the bucket and the amount of sensitive data that Macie has found in the bucket.
sensitivityScore - The current sensitivity score for the bucket, ranging from -1 (no analysis due to an error) to 100
(sensitive). By default, this score is calculated automatically based on the amount of data that
Amazon Macie has analyzed in the bucket and the amount of sensitive data that Macie has found in the
bucket.GetResourceProfileResponse.Builder sensitivityScoreOverridden(Boolean sensitivityScoreOverridden)
Specifies whether the bucket's current sensitivity score was set manually. If this value is true, the score was manually changed to 100. If this value is false, the score was calculated automatically by Amazon Macie.
sensitivityScoreOverridden - Specifies whether the bucket's current sensitivity score was set manually. If this value is true, the
score was manually changed to 100. If this value is false, the score was calculated automatically by
Amazon Macie.GetResourceProfileResponse.Builder statistics(ResourceStatistics statistics)
The sensitive data discovery statistics for the bucket. The statistics capture the results of automated sensitive data discovery activities that Amazon Macie has performed for the bucket.
statistics - The sensitive data discovery statistics for the bucket. The statistics capture the results of
automated sensitive data discovery activities that Amazon Macie has performed for the bucket.default GetResourceProfileResponse.Builder statistics(Consumer<ResourceStatistics.Builder> statistics)
The sensitive data discovery statistics for the bucket. The statistics capture the results of automated sensitive data discovery activities that Amazon Macie has performed for the bucket.
This is a convenience method that creates an instance of theResourceStatistics.Builder avoiding the
need to create one manually via ResourceStatistics.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to statistics(ResourceStatistics).
statistics - a consumer that will call methods on ResourceStatistics.Builderstatistics(ResourceStatistics)Copyright © 2023. All rights reserved.