Flow.Builder |
Flow.Builder.availabilityZone(String availabilityZone) |
The Availability Zone that you want to create the flow in.
|
static Flow.Builder |
Flow.builder() |
|
Flow.Builder |
Flow.Builder.description(String description) |
A description of the flow.
|
Flow.Builder |
Flow.Builder.egressIp(String egressIp) |
The IP address from which video will be sent to output destinations.
|
Flow.Builder |
Flow.Builder.entitlements(Collection<Entitlement> entitlements) |
The entitlements in this flow.
|
Flow.Builder |
Flow.Builder.entitlements(Consumer<Entitlement.Builder>... entitlements) |
The entitlements in this flow.
|
Flow.Builder |
Flow.Builder.entitlements(Entitlement... entitlements) |
The entitlements in this flow.
|
Flow.Builder |
Flow.Builder.flowArn(String flowArn) |
The Amazon Resource Name (ARN) of the flow.
|
default Flow.Builder |
Flow.Builder.maintenance(Consumer<Maintenance.Builder> maintenance) |
Sets the value of the Maintenance property for this object.
|
Flow.Builder |
Flow.Builder.maintenance(Maintenance maintenance) |
Sets the value of the Maintenance property for this object.
|
Flow.Builder |
Flow.Builder.mediaStreams(Collection<MediaStream> mediaStreams) |
The media streams that are associated with the flow.
|
Flow.Builder |
Flow.Builder.mediaStreams(Consumer<MediaStream.Builder>... mediaStreams) |
The media streams that are associated with the flow.
|
Flow.Builder |
Flow.Builder.mediaStreams(MediaStream... mediaStreams) |
The media streams that are associated with the flow.
|
Flow.Builder |
Flow.Builder.name(String name) |
The name of the flow.
|
Flow.Builder |
Flow.Builder.outputs(Collection<Output> outputs) |
The outputs in this flow.
|
Flow.Builder |
Flow.Builder.outputs(Consumer<Output.Builder>... outputs) |
The outputs in this flow.
|
Flow.Builder |
Flow.Builder.outputs(Output... outputs) |
The outputs in this flow.
|
default Flow.Builder |
Flow.Builder.source(Consumer<Source.Builder> source) |
Sets the value of the Source property for this object.
|
Flow.Builder |
Flow.Builder.source(Source source) |
Sets the value of the Source property for this object.
|
default Flow.Builder |
Flow.Builder.sourceFailoverConfig(Consumer<FailoverConfig.Builder> sourceFailoverConfig) |
Sets the value of the SourceFailoverConfig property for this object.
|
Flow.Builder |
Flow.Builder.sourceFailoverConfig(FailoverConfig sourceFailoverConfig) |
Sets the value of the SourceFailoverConfig property for this object.
|
Flow.Builder |
Flow.Builder.sources(Collection<Source> sources) |
Sets the value of the Sources property for this object.
|
Flow.Builder |
Flow.Builder.sources(Consumer<Source.Builder>... sources) |
Sets the value of the Sources property for this object.
|
Flow.Builder |
Flow.Builder.sources(Source... sources) |
Sets the value of the Sources property for this object.
|
Flow.Builder |
Flow.Builder.status(String status) |
The current status of the flow.
|
Flow.Builder |
Flow.Builder.status(Status status) |
The current status of the flow.
|
Flow.Builder |
Flow.toBuilder() |
|
Flow.Builder |
Flow.Builder.vpcInterfaces(Collection<VpcInterface> vpcInterfaces) |
The VPC Interfaces for this flow.
|
Flow.Builder |
Flow.Builder.vpcInterfaces(Consumer<VpcInterface.Builder>... vpcInterfaces) |
The VPC Interfaces for this flow.
|
Flow.Builder |
Flow.Builder.vpcInterfaces(VpcInterface... vpcInterfaces) |
The VPC Interfaces for this flow.
|