Interface S3DestinationConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<S3DestinationConfig.Builder,
,S3DestinationConfig> SdkBuilder<S3DestinationConfig.Builder,
,S3DestinationConfig> SdkPojo
- Enclosing class:
S3DestinationConfig
@Mutable
@NotThreadSafe
public static interface S3DestinationConfig.Builder
extends SdkPojo, CopyableBuilder<S3DestinationConfig.Builder,S3DestinationConfig>
-
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.
-