Interface S3Destination.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<S3Destination.Builder,
,S3Destination> SdkBuilder<S3Destination.Builder,
,S3Destination> SdkPojo
- Enclosing class:
S3Destination
@Mutable
@NotThreadSafe
public static interface S3Destination.Builder
extends SdkPojo, CopyableBuilder<S3Destination.Builder,S3Destination>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the bucket in which Evidently stores evaluation events.The bucket prefix in which Evidently stores evaluation events.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
bucket
The name of the bucket in which Evidently stores evaluation events.
- Parameters:
bucket
- The name of the bucket in which Evidently stores evaluation events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prefix
The bucket prefix in which Evidently stores evaluation events.
- Parameters:
prefix
- The bucket prefix in which Evidently stores evaluation events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-