CreateFlowRequest.Builder |
CreateFlowRequest.Builder.availabilityZone(String availabilityZone) |
The Availability Zone that you want to create the flow in.
|
static CreateFlowRequest.Builder |
CreateFlowRequest.builder() |
|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.entitlements(Collection<GrantEntitlementRequest> entitlements) |
The entitlements that you want to grant on a flow.
|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.entitlements(Consumer<GrantEntitlementRequest.Builder>... entitlements) |
The entitlements that you want to grant on a flow.
|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.entitlements(GrantEntitlementRequest... entitlements) |
The entitlements that you want to grant on a flow.
|
default CreateFlowRequest.Builder |
CreateFlowRequest.Builder.maintenance(Consumer<AddMaintenance.Builder> maintenance) |
Sets the value of the Maintenance property for this object.
|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.maintenance(AddMaintenance maintenance) |
Sets the value of the Maintenance property for this object.
|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.mediaStreams(Collection<AddMediaStreamRequest> mediaStreams) |
The media streams that you want to add to the flow.
|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.mediaStreams(Consumer<AddMediaStreamRequest.Builder>... mediaStreams) |
The media streams that you want to add to the flow.
|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.mediaStreams(AddMediaStreamRequest... mediaStreams) |
The media streams that you want to add to the flow.
|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.name(String name) |
The name of the flow.
|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.outputs(Collection<AddOutputRequest> outputs) |
The outputs that you want to add to this flow.
|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.outputs(Consumer<AddOutputRequest.Builder>... outputs) |
The outputs that you want to add to this flow.
|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.outputs(AddOutputRequest... outputs) |
The outputs that you want to add to this flow.
|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default CreateFlowRequest.Builder |
CreateFlowRequest.Builder.source(Consumer<SetSourceRequest.Builder> source) |
Sets the value of the Source property for this object.
|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.source(SetSourceRequest source) |
Sets the value of the Source property for this object.
|
default CreateFlowRequest.Builder |
CreateFlowRequest.Builder.sourceFailoverConfig(Consumer<FailoverConfig.Builder> sourceFailoverConfig) |
Sets the value of the SourceFailoverConfig property for this object.
|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.sourceFailoverConfig(FailoverConfig sourceFailoverConfig) |
Sets the value of the SourceFailoverConfig property for this object.
|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.sources(Collection<SetSourceRequest> sources) |
Sets the value of the Sources property for this object.
|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.sources(Consumer<SetSourceRequest.Builder>... sources) |
Sets the value of the Sources property for this object.
|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.sources(SetSourceRequest... sources) |
Sets the value of the Sources property for this object.
|
CreateFlowRequest.Builder |
CreateFlowRequest.toBuilder() |
|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.vpcInterfaces(Collection<VpcInterfaceRequest> vpcInterfaces) |
The VPC interfaces you want on the flow.
|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.vpcInterfaces(Consumer<VpcInterfaceRequest.Builder>... vpcInterfaces) |
The VPC interfaces you want on the flow.
|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.vpcInterfaces(VpcInterfaceRequest... vpcInterfaces) |
The VPC interfaces you want on the flow.
|