Interface IntermediateSourceConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<IntermediateSourceConfiguration.Builder,,- IntermediateSourceConfiguration> - SdkBuilder<IntermediateSourceConfiguration.Builder,,- IntermediateSourceConfiguration> - SdkPojo
- Enclosing class:
- IntermediateSourceConfiguration
@Mutable
@NotThreadSafe
public static interface IntermediateSourceConfiguration.Builder
extends SdkPojo, CopyableBuilder<IntermediateSourceConfiguration.Builder,IntermediateSourceConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptionintermediateS3Path(String intermediateS3Path) The Amazon S3 location (bucket and prefix).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
intermediateS3PathThe Amazon S3 location (bucket and prefix). For example: s3://provider_bucket/DOC-EXAMPLE-BUCKET- Parameters:
- intermediateS3Path- The Amazon S3 location (bucket and prefix). For example:- s3://provider_bucket/DOC-EXAMPLE-BUCKET
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-