public static interface ProjectDataDeliveryConfig.Builder extends SdkPojo, CopyableBuilder<ProjectDataDeliveryConfig.Builder,ProjectDataDeliveryConfig>
| Modifier and Type | Method and Description |
|---|---|
ProjectDataDeliveryConfig.Builder |
cloudWatchLogs(CloudWatchLogsDestinationConfig cloudWatchLogs)
If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.
|
default ProjectDataDeliveryConfig.Builder |
cloudWatchLogs(Consumer<CloudWatchLogsDestinationConfig.Builder> cloudWatchLogs)
If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.
|
default ProjectDataDeliveryConfig.Builder |
s3Destination(Consumer<S3DestinationConfig.Builder> s3Destination)
If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and
bucket prefix.
|
ProjectDataDeliveryConfig.Builder |
s3Destination(S3DestinationConfig s3Destination)
If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and
bucket prefix.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProjectDataDeliveryConfig.Builder cloudWatchLogs(CloudWatchLogsDestinationConfig cloudWatchLogs)
If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.
cloudWatchLogs - If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.default ProjectDataDeliveryConfig.Builder cloudWatchLogs(Consumer<CloudWatchLogsDestinationConfig.Builder> cloudWatchLogs)
If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.
This is a convenience method that creates an instance of theCloudWatchLogsDestinationConfig.Builder
avoiding the need to create one manually via CloudWatchLogsDestinationConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to cloudWatchLogs(CloudWatchLogsDestinationConfig).
cloudWatchLogs - a consumer that will call methods on CloudWatchLogsDestinationConfig.BuildercloudWatchLogs(CloudWatchLogsDestinationConfig)ProjectDataDeliveryConfig.Builder s3Destination(S3DestinationConfig s3Destination)
If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix.
s3Destination - If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name
and bucket prefix.default ProjectDataDeliveryConfig.Builder s3Destination(Consumer<S3DestinationConfig.Builder> s3Destination)
If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix.
This is a convenience method that creates an instance of theS3DestinationConfig.Builder avoiding the
need to create one manually via S3DestinationConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to s3Destination(S3DestinationConfig).
s3Destination - a consumer that will call methods on S3DestinationConfig.Builders3Destination(S3DestinationConfig)Copyright © 2023. All rights reserved.