Interface UpdateProjectDataDeliveryRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateProjectDataDeliveryRequest.Builder,,UpdateProjectDataDeliveryRequest> EvidentlyRequest.Builder,SdkBuilder<UpdateProjectDataDeliveryRequest.Builder,,UpdateProjectDataDeliveryRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateProjectDataDeliveryRequest
-
Method Summary
Modifier and TypeMethodDescriptioncloudWatchLogs(Consumer<CloudWatchLogsDestinationConfig.Builder> cloudWatchLogs) A structure containing the CloudWatch Logs log group where you want to store evaluation events.cloudWatchLogs(CloudWatchLogsDestinationConfig cloudWatchLogs) A structure containing the CloudWatch Logs log group where you want to store evaluation events.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The name or ARN of the project that you want to modify the data storage options for.s3Destination(Consumer<S3DestinationConfig.Builder> s3Destination) A structure containing the S3 bucket name and bucket prefix where you want to store evaluation events.s3Destination(S3DestinationConfig s3Destination) A structure containing the S3 bucket name and bucket prefix where you want to store evaluation events.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.evidently.model.EvidentlyRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
cloudWatchLogs
UpdateProjectDataDeliveryRequest.Builder cloudWatchLogs(CloudWatchLogsDestinationConfig cloudWatchLogs) A structure containing the CloudWatch Logs log group where you want to store evaluation events.
- Parameters:
cloudWatchLogs- A structure containing the CloudWatch Logs log group where you want to store evaluation events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cloudWatchLogs
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.Builderavoiding the need to create one manually viaCloudWatchLogsDestinationConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocloudWatchLogs(CloudWatchLogsDestinationConfig).- Parameters:
cloudWatchLogs- a consumer that will call methods onCloudWatchLogsDestinationConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
project
The name or ARN of the project that you want to modify the data storage options for.
- Parameters:
project- The name or ARN of the project that you want to modify the data storage options for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Destination
A structure containing the S3 bucket name and bucket prefix where you want to store evaluation events.
- Parameters:
s3Destination- A structure containing the S3 bucket name and bucket prefix where you want to store evaluation events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Destination
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.Builderavoiding the need to create one manually viaS3DestinationConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3Destination(S3DestinationConfig).- Parameters:
s3Destination- a consumer that will call methods onS3DestinationConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateProjectDataDeliveryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateProjectDataDeliveryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-