public static interface UpdateProjectDataDeliveryRequest.Builder extends EvidentlyRequest.Builder, SdkPojo, CopyableBuilder<UpdateProjectDataDeliveryRequest.Builder,UpdateProjectDataDeliveryRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateProjectDataDeliveryRequest.Builder |
cloudWatchLogs(CloudWatchLogsDestinationConfig cloudWatchLogs)
A structure containing the CloudWatch Logs log group where you want to store evaluation events.
|
default UpdateProjectDataDeliveryRequest.Builder |
cloudWatchLogs(Consumer<CloudWatchLogsDestinationConfig.Builder> cloudWatchLogs)
A structure containing the CloudWatch Logs log group where you want to store evaluation events.
|
UpdateProjectDataDeliveryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateProjectDataDeliveryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateProjectDataDeliveryRequest.Builder |
project(String project)
The name or ARN of the project that you want to modify the data storage options for.
|
default UpdateProjectDataDeliveryRequest.Builder |
s3Destination(Consumer<S3DestinationConfig.Builder> s3Destination)
A structure containing the S3 bucket name and bucket prefix where you want to store evaluation events.
|
UpdateProjectDataDeliveryRequest.Builder |
s3Destination(S3DestinationConfig s3Destination)
A structure containing the S3 bucket name and bucket prefix where you want to store evaluation events.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateProjectDataDeliveryRequest.Builder cloudWatchLogs(CloudWatchLogsDestinationConfig cloudWatchLogs)
A structure containing the CloudWatch Logs log group where you want to store evaluation events.
cloudWatchLogs - A structure containing the CloudWatch Logs log group where you want to store evaluation events.default UpdateProjectDataDeliveryRequest.Builder cloudWatchLogs(Consumer<CloudWatchLogsDestinationConfig.Builder> cloudWatchLogs)
A structure containing the CloudWatch Logs log group where you want to store evaluation events.
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)UpdateProjectDataDeliveryRequest.Builder project(String project)
The name or ARN of the project that you want to modify the data storage options for.
project - The name or ARN of the project that you want to modify the data storage options for.UpdateProjectDataDeliveryRequest.Builder s3Destination(S3DestinationConfig s3Destination)
A structure containing the S3 bucket name and bucket prefix where you want to store evaluation events.
s3Destination - A structure containing the S3 bucket name and bucket prefix where you want to store evaluation events.default UpdateProjectDataDeliveryRequest.Builder s3Destination(Consumer<S3DestinationConfig.Builder> s3Destination)
A structure containing the S3 bucket name and bucket prefix where you want to store evaluation events.
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)UpdateProjectDataDeliveryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateProjectDataDeliveryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.