Uses of Interface
software.amazon.awssdk.services.ec2.model.VerifiedAccessLogS3Destination.Builder
Packages that use VerifiedAccessLogS3Destination.Builder
-
Uses of VerifiedAccessLogS3Destination.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VerifiedAccessLogS3Destination.BuilderModifier and TypeMethodDescriptionVerifiedAccessLogS3Destination.Builder.bucketName(String bucketName) The bucket name.VerifiedAccessLogS3Destination.Builder.bucketOwner(String bucketOwner) The Amazon Web Services account number that owns the bucket.VerifiedAccessLogS3Destination.builder()VerifiedAccessLogS3Destination.Builder.deliveryStatus(Consumer<VerifiedAccessLogDeliveryStatus.Builder> deliveryStatus) The delivery status.VerifiedAccessLogS3Destination.Builder.deliveryStatus(VerifiedAccessLogDeliveryStatus deliveryStatus) The delivery status.Indicates whether logging is enabled.The bucket prefix.VerifiedAccessLogS3Destination.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VerifiedAccessLogS3Destination.BuilderModifier and TypeMethodDescriptionstatic Class<? extends VerifiedAccessLogS3Destination.Builder>VerifiedAccessLogS3Destination.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VerifiedAccessLogS3Destination.BuilderModifier and TypeMethodDescriptiondefault VerifiedAccessLogs.BuilderVerifiedAccessLogs.Builder.s3(Consumer<VerifiedAccessLogS3Destination.Builder> s3) Amazon S3 logging options.