public static interface MatchingResource.Builder extends SdkPojo, CopyableBuilder<MatchingResource.Builder,MatchingResource>
| Modifier and Type | Method and Description |
|---|---|
default MatchingResource.Builder |
matchingBucket(Consumer<MatchingBucket.Builder> matchingBucket)
The details of an S3 bucket that Amazon Macie monitors and analyzes.
|
MatchingResource.Builder |
matchingBucket(MatchingBucket matchingBucket)
The details of an S3 bucket that Amazon Macie monitors and analyzes.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMatchingResource.Builder matchingBucket(MatchingBucket matchingBucket)
The details of an S3 bucket that Amazon Macie monitors and analyzes.
matchingBucket - The details of an S3 bucket that Amazon Macie monitors and analyzes.default MatchingResource.Builder matchingBucket(Consumer<MatchingBucket.Builder> matchingBucket)
The details of an S3 bucket that Amazon Macie monitors and analyzes.
This is a convenience method that creates an instance of theMatchingBucket.Builder avoiding the need
to create one manually via MatchingBucket.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to matchingBucket(MatchingBucket).matchingBucket - a consumer that will call methods on MatchingBucket.BuildermatchingBucket(MatchingBucket)Copyright © 2022. All rights reserved.