Interface ExperimentS3LogConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ExperimentS3LogConfiguration.Builder,,ExperimentS3LogConfiguration> SdkBuilder<ExperimentS3LogConfiguration.Builder,,ExperimentS3LogConfiguration> SdkPojo
- Enclosing class:
 ExperimentS3LogConfiguration
@Mutable
@NotThreadSafe
public static interface ExperimentS3LogConfiguration.Builder
extends SdkPojo, CopyableBuilder<ExperimentS3LogConfiguration.Builder,ExperimentS3LogConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptionbucketName(String bucketName) The name of the destination bucket.The bucket prefix.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
bucketName
The name of the destination bucket.
- Parameters:
 bucketName- The name of the destination bucket.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
prefix
The bucket prefix.
- Parameters:
 prefix- The bucket prefix.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -