@Generated(value="software.amazon.awssdk:codegen") public final class UpdateProjectDataDeliveryRequest extends EvidentlyRequest implements ToCopyableBuilder<UpdateProjectDataDeliveryRequest.Builder,UpdateProjectDataDeliveryRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateProjectDataDeliveryRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateProjectDataDeliveryRequest.Builder |
builder() |
CloudWatchLogsDestinationConfig |
cloudWatchLogs()
A structure containing the CloudWatch Logs log group where you want to store evaluation events.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
project()
The name or ARN of the project that you want to modify the data storage options for.
|
S3DestinationConfig |
s3Destination()
A structure containing the S3 bucket name and bucket prefix where you want to store evaluation events.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateProjectDataDeliveryRequest.Builder> |
serializableBuilderClass() |
UpdateProjectDataDeliveryRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final CloudWatchLogsDestinationConfig cloudWatchLogs()
A structure containing the CloudWatch Logs log group where you want to store evaluation events.
public final String project()
The name or ARN of the project that you want to modify the data storage options for.
public final S3DestinationConfig s3Destination()
A structure containing the S3 bucket name and bucket prefix where you want to store evaluation events.
public UpdateProjectDataDeliveryRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateProjectDataDeliveryRequest.Builder,UpdateProjectDataDeliveryRequest>toBuilder in class EvidentlyRequestpublic static UpdateProjectDataDeliveryRequest.Builder builder()
public static Class<? extends UpdateProjectDataDeliveryRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.