Interface UpdateProjectDataDeliveryRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateProjectDataDeliveryRequest.Builder,UpdateProjectDataDeliveryRequest>,EvidentlyRequest.Builder,SdkBuilder<UpdateProjectDataDeliveryRequest.Builder,UpdateProjectDataDeliveryRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateProjectDataDeliveryRequest
public static interface UpdateProjectDataDeliveryRequest.Builder extends EvidentlyRequest.Builder, SdkPojo, CopyableBuilder<UpdateProjectDataDeliveryRequest.Builder,UpdateProjectDataDeliveryRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateProjectDataDeliveryRequest.BuildercloudWatchLogs(Consumer<CloudWatchLogsDestinationConfig.Builder> cloudWatchLogs)A structure containing the CloudWatch Logs log group where you want to store evaluation events.UpdateProjectDataDeliveryRequest.BuildercloudWatchLogs(CloudWatchLogsDestinationConfig cloudWatchLogs)A structure containing the CloudWatch Logs log group where you want to store evaluation events.UpdateProjectDataDeliveryRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateProjectDataDeliveryRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateProjectDataDeliveryRequest.Builderproject(String project)The name or ARN of the project that you want to modify the data storage options for.default UpdateProjectDataDeliveryRequest.Builders3Destination(Consumer<S3DestinationConfig.Builder> s3Destination)A structure containing the S3 bucket name and bucket prefix where you want to store evaluation events.UpdateProjectDataDeliveryRequest.Builders3Destination(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
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.evidently.model.EvidentlyRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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:
cloudWatchLogs(CloudWatchLogsDestinationConfig)
-
project
UpdateProjectDataDeliveryRequest.Builder project(String 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
UpdateProjectDataDeliveryRequest.Builder s3Destination(S3DestinationConfig 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:
s3Destination(S3DestinationConfig)
-
overrideConfiguration
UpdateProjectDataDeliveryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateProjectDataDeliveryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-