public static interface ResourcesAffected.Builder extends SdkPojo, CopyableBuilder<ResourcesAffected.Builder,ResourcesAffected>
| Modifier and Type | Method and Description |
|---|---|
default ResourcesAffected.Builder |
s3Bucket(Consumer<S3Bucket.Builder> s3Bucket)
The details of the S3 bucket that the finding applies to.
|
ResourcesAffected.Builder |
s3Bucket(S3Bucket s3Bucket)
The details of the S3 bucket that the finding applies to.
|
default ResourcesAffected.Builder |
s3Object(Consumer<S3Object.Builder> s3Object)
The details of the S3 object that the finding applies to.
|
ResourcesAffected.Builder |
s3Object(S3Object s3Object)
The details of the S3 object that the finding applies to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResourcesAffected.Builder s3Bucket(S3Bucket s3Bucket)
The details of the S3 bucket that the finding applies to.
s3Bucket - The details of the S3 bucket that the finding applies to.default ResourcesAffected.Builder s3Bucket(Consumer<S3Bucket.Builder> s3Bucket)
The details of the S3 bucket that the finding applies to.
This is a convenience method that creates an instance of theS3Bucket.Builder avoiding the need to
create one manually via S3Bucket.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to s3Bucket(S3Bucket).
s3Bucket - a consumer that will call methods on S3Bucket.Builders3Bucket(S3Bucket)ResourcesAffected.Builder s3Object(S3Object s3Object)
The details of the S3 object that the finding applies to.
s3Object - The details of the S3 object that the finding applies to.default ResourcesAffected.Builder s3Object(Consumer<S3Object.Builder> s3Object)
The details of the S3 object that the finding applies to.
This is a convenience method that creates an instance of theS3Object.Builder avoiding the need to
create one manually via S3Object.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to s3Object(S3Object).
s3Object - a consumer that will call methods on S3Object.Builders3Object(S3Object)Copyright © 2023. All rights reserved.