public static interface ProjectDataDelivery.Builder extends SdkPojo, CopyableBuilder<ProjectDataDelivery.Builder,ProjectDataDelivery>
| Modifier and Type | Method and Description |
|---|---|
ProjectDataDelivery.Builder |
cloudWatchLogs(CloudWatchLogsDestination cloudWatchLogs)
If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.
|
default ProjectDataDelivery.Builder |
cloudWatchLogs(Consumer<CloudWatchLogsDestination.Builder> cloudWatchLogs)
If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.
|
default ProjectDataDelivery.Builder |
s3Destination(Consumer<S3Destination.Builder> s3Destination)
If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and
bucket prefix.
|
ProjectDataDelivery.Builder |
s3Destination(S3Destination s3Destination)
If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and
bucket prefix.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProjectDataDelivery.Builder cloudWatchLogs(CloudWatchLogsDestination 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 ProjectDataDelivery.Builder cloudWatchLogs(Consumer<CloudWatchLogsDestination.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 theCloudWatchLogsDestination.Builder
avoiding the need to create one manually via CloudWatchLogsDestination.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to cloudWatchLogs(CloudWatchLogsDestination).
cloudWatchLogs - a consumer that will call methods on CloudWatchLogsDestination.BuildercloudWatchLogs(CloudWatchLogsDestination)ProjectDataDelivery.Builder s3Destination(S3Destination 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 ProjectDataDelivery.Builder s3Destination(Consumer<S3Destination.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 theS3Destination.Builder avoiding the need
to create one manually via S3Destination.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to s3Destination(S3Destination).
s3Destination - a consumer that will call methods on S3Destination.Builders3Destination(S3Destination)Copyright © 2022. All rights reserved.