| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static AwsS3BucketDetails.Builder |
AwsS3BucketDetails.builder() |
AwsS3BucketDetails.Builder |
AwsS3BucketDetails.Builder.createdAt(String createdAt)
Indicates when the S3 bucket was created.
|
AwsS3BucketDetails.Builder |
AwsS3BucketDetails.Builder.ownerId(String ownerId)
The canonical user ID of the owner of the S3 bucket.
|
AwsS3BucketDetails.Builder |
AwsS3BucketDetails.Builder.ownerName(String ownerName)
The display name of the owner of the S3 bucket.
|
AwsS3BucketDetails.Builder |
AwsS3BucketDetails.Builder.publicAccessBlockConfiguration(AwsS3AccountPublicAccessBlockDetails publicAccessBlockConfiguration)
Provides information about the Amazon S3 Public Access Block configuration for the S3 bucket.
|
default AwsS3BucketDetails.Builder |
AwsS3BucketDetails.Builder.publicAccessBlockConfiguration(Consumer<AwsS3AccountPublicAccessBlockDetails.Builder> publicAccessBlockConfiguration)
Provides information about the Amazon S3 Public Access Block configuration for the S3 bucket.
|
AwsS3BucketDetails.Builder |
AwsS3BucketDetails.Builder.serverSideEncryptionConfiguration(AwsS3BucketServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The encryption rules that are applied to the S3 bucket.
|
default AwsS3BucketDetails.Builder |
AwsS3BucketDetails.Builder.serverSideEncryptionConfiguration(Consumer<AwsS3BucketServerSideEncryptionConfiguration.Builder> serverSideEncryptionConfiguration)
The encryption rules that are applied to the S3 bucket.
|
AwsS3BucketDetails.Builder |
AwsS3BucketDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsS3BucketDetails.Builder> |
AwsS3BucketDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ResourceDetails.Builder |
ResourceDetails.Builder.awsS3Bucket(Consumer<AwsS3BucketDetails.Builder> awsS3Bucket)
Details about an Amazon S3 bucket related to a finding.
|
Copyright © 2021. All rights reserved.