| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
SetSourceRequest |
CreateFlowRequest.source()
Returns the value of the Source property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<SetSourceRequest> |
CreateFlowRequest.sources()
Returns the value of the Sources property for this object.
|
List<SetSourceRequest> |
AddFlowSourcesRequest.sources()
A list of sources that you want to add.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.source(SetSourceRequest source)
Sets the value of the Source property for this object.
|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.sources(SetSourceRequest... sources)
Sets the value of the Sources property for this object.
|
AddFlowSourcesRequest.Builder |
AddFlowSourcesRequest.Builder.sources(SetSourceRequest... sources)
A list of sources that you want to add.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.sources(Collection<SetSourceRequest> sources)
Sets the value of the Sources property for this object.
|
AddFlowSourcesRequest.Builder |
AddFlowSourcesRequest.Builder.sources(Collection<SetSourceRequest> sources)
A list of sources that you want to add.
|
Copyright © 2023. All rights reserved.