public static interface MssManifest.Builder extends SdkPojo, CopyableBuilder<MssManifest.Builder,MssManifest>
| Modifier and Type | Method and Description |
|---|---|
MssManifest.Builder |
manifestName(String manifestName)
An optional string to include in the name of the manifest.
|
default MssManifest.Builder |
streamSelection(Consumer<StreamSelection.Builder> streamSelection)
Sets the value of the StreamSelection property for this object.
|
MssManifest.Builder |
streamSelection(StreamSelection streamSelection)
Sets the value of the StreamSelection property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMssManifest.Builder manifestName(String manifestName)
manifestName - An optional string to include in the name of the manifest.MssManifest.Builder streamSelection(StreamSelection streamSelection)
streamSelection - The new value for the StreamSelection property for this object.default MssManifest.Builder streamSelection(Consumer<StreamSelection.Builder> streamSelection)
StreamSelection.Builder avoiding the
need to create one manually via StreamSelection.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to streamSelection(StreamSelection).
streamSelection - a consumer that will call methods on StreamSelection.BuilderstreamSelection(StreamSelection)Copyright © 2023. All rights reserved.