Interface ExperimentTemplateS3LogConfigurationInput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ExperimentTemplateS3LogConfigurationInput.Builder,ExperimentTemplateS3LogConfigurationInput>,SdkBuilder<ExperimentTemplateS3LogConfigurationInput.Builder,ExperimentTemplateS3LogConfigurationInput>,SdkPojo
- Enclosing class:
- ExperimentTemplateS3LogConfigurationInput
public static interface ExperimentTemplateS3LogConfigurationInput.Builder extends SdkPojo, CopyableBuilder<ExperimentTemplateS3LogConfigurationInput.Builder,ExperimentTemplateS3LogConfigurationInput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExperimentTemplateS3LogConfigurationInput.BuilderbucketName(String bucketName)The name of the destination bucket.ExperimentTemplateS3LogConfigurationInput.Builderprefix(String prefix)The bucket prefix.-
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, sdkFields
-
-
-
-
Method Detail
-
bucketName
ExperimentTemplateS3LogConfigurationInput.Builder bucketName(String 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
ExperimentTemplateS3LogConfigurationInput.Builder prefix(String prefix)
The bucket prefix.
- Parameters:
prefix- The bucket prefix.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-