Struct aws_sdk_ec2::model::verified_access_logs::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for VerifiedAccessLogs
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn s3(self, input: VerifiedAccessLogS3Destination) -> Self
pub fn s3(self, input: VerifiedAccessLogS3Destination) -> Self
Amazon S3 logging options.
sourcepub fn set_s3(self, input: Option<VerifiedAccessLogS3Destination>) -> Self
pub fn set_s3(self, input: Option<VerifiedAccessLogS3Destination>) -> Self
Amazon S3 logging options.
sourcepub fn cloud_watch_logs(
self,
input: VerifiedAccessLogCloudWatchLogsDestination
) -> Self
pub fn cloud_watch_logs(
self,
input: VerifiedAccessLogCloudWatchLogsDestination
) -> Self
CloudWatch Logs logging destination.
sourcepub fn set_cloud_watch_logs(
self,
input: Option<VerifiedAccessLogCloudWatchLogsDestination>
) -> Self
pub fn set_cloud_watch_logs(
self,
input: Option<VerifiedAccessLogCloudWatchLogsDestination>
) -> Self
CloudWatch Logs logging destination.
sourcepub fn kinesis_data_firehose(
self,
input: VerifiedAccessLogKinesisDataFirehoseDestination
) -> Self
pub fn kinesis_data_firehose(
self,
input: VerifiedAccessLogKinesisDataFirehoseDestination
) -> Self
Kinesis logging destination.
sourcepub fn set_kinesis_data_firehose(
self,
input: Option<VerifiedAccessLogKinesisDataFirehoseDestination>
) -> Self
pub fn set_kinesis_data_firehose(
self,
input: Option<VerifiedAccessLogKinesisDataFirehoseDestination>
) -> Self
Kinesis logging destination.
sourcepub fn build(self) -> VerifiedAccessLogs
pub fn build(self) -> VerifiedAccessLogs
Consumes the builder and constructs a VerifiedAccessLogs
.