Class UpdateProjectDataDeliveryRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.evidently.model.EvidentlyRequest
-
- software.amazon.awssdk.services.evidently.model.UpdateProjectDataDeliveryRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateProjectDataDeliveryRequest.Builder,UpdateProjectDataDeliveryRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateProjectDataDeliveryRequest extends EvidentlyRequest implements ToCopyableBuilder<UpdateProjectDataDeliveryRequest.Builder,UpdateProjectDataDeliveryRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateProjectDataDeliveryRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateProjectDataDeliveryRequest.Builderbuilder()CloudWatchLogsDestinationConfigcloudWatchLogs()A structure containing the CloudWatch Logs log group where you want to store evaluation events.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringproject()The name or ARN of the project that you want to modify the data storage options for.S3DestinationConfigs3Destination()A structure containing the S3 bucket name and bucket prefix where you want to store evaluation events.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends UpdateProjectDataDeliveryRequest.Builder>serializableBuilderClass()UpdateProjectDataDeliveryRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
cloudWatchLogs
public final CloudWatchLogsDestinationConfig cloudWatchLogs()
A structure containing the CloudWatch Logs log group where you want to store evaluation events.
- Returns:
- A structure containing the CloudWatch Logs log group where you want to store evaluation events.
-
project
public final String project()
The name or ARN of the project that you want to modify the data storage options for.
- Returns:
- The name or ARN of the project that you want to modify the data storage options for.
-
s3Destination
public final S3DestinationConfig s3Destination()
A structure containing the S3 bucket name and bucket prefix where you want to store evaluation events.
- Returns:
- A structure containing the S3 bucket name and bucket prefix where you want to store evaluation events.
-
toBuilder
public UpdateProjectDataDeliveryRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateProjectDataDeliveryRequest.Builder,UpdateProjectDataDeliveryRequest>- Specified by:
toBuilderin classEvidentlyRequest
-
builder
public static UpdateProjectDataDeliveryRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateProjectDataDeliveryRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-