Interface SourceManifestConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SourceManifestConfig.Builder,
,SourceManifestConfig> SdkBuilder<SourceManifestConfig.Builder,
,SourceManifestConfig> SdkPojo
- Enclosing class:
SourceManifestConfig
public static interface SourceManifestConfig.Builder
extends SdkPojo, CopyableBuilder<SourceManifestConfig.Builder,SourceManifestConfig>
-
Method Summary
Modifier and TypeMethodDescriptiondefault SourceManifestConfig.Builder
Specifies the S3 bucket where you're hosting your manifest.s3
(S3ManifestConfig s3) Specifies the S3 bucket where you're hosting your manifest.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 Details
-
s3
Specifies the S3 bucket where you're hosting your manifest.
- Parameters:
s3
- Specifies the S3 bucket where you're hosting your manifest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3
Specifies the S3 bucket where you're hosting your manifest.
This is a convenience method that creates an instance of theS3ManifestConfig.Builder
avoiding the need to create one manually viaS3ManifestConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tos3(S3ManifestConfig)
.- Parameters:
s3
- a consumer that will call methods onS3ManifestConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-