public static interface CreateFlowRequest.Builder extends MediaConnectRequest.Builder, SdkPojo, CopyableBuilder<CreateFlowRequest.Builder,CreateFlowRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateFlowRequest.Builder |
availabilityZone(String availabilityZone)
The Availability Zone that you want to create the flow in.
|
CreateFlowRequest.Builder |
entitlements(Collection<GrantEntitlementRequest> entitlements)
The entitlements that you want to grant on a flow.
|
CreateFlowRequest.Builder |
entitlements(Consumer<GrantEntitlementRequest.Builder>... entitlements)
The entitlements that you want to grant on a flow.
|
CreateFlowRequest.Builder |
entitlements(GrantEntitlementRequest... entitlements)
The entitlements that you want to grant on a flow.
|
CreateFlowRequest.Builder |
maintenance(AddMaintenance maintenance)
Sets the value of the Maintenance property for this object.
|
default CreateFlowRequest.Builder |
maintenance(Consumer<AddMaintenance.Builder> maintenance)
Sets the value of the Maintenance property for this object.
|
CreateFlowRequest.Builder |
mediaStreams(AddMediaStreamRequest... mediaStreams)
The media streams that you want to add to the flow.
|
CreateFlowRequest.Builder |
mediaStreams(Collection<AddMediaStreamRequest> mediaStreams)
The media streams that you want to add to the flow.
|
CreateFlowRequest.Builder |
mediaStreams(Consumer<AddMediaStreamRequest.Builder>... mediaStreams)
The media streams that you want to add to the flow.
|
CreateFlowRequest.Builder |
name(String name)
The name of the flow.
|
CreateFlowRequest.Builder |
outputs(AddOutputRequest... outputs)
The outputs that you want to add to this flow.
|
CreateFlowRequest.Builder |
outputs(Collection<AddOutputRequest> outputs)
The outputs that you want to add to this flow.
|
CreateFlowRequest.Builder |
outputs(Consumer<AddOutputRequest.Builder>... outputs)
The outputs that you want to add to this flow.
|
CreateFlowRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateFlowRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateFlowRequest.Builder |
source(Consumer<SetSourceRequest.Builder> source)
Sets the value of the Source property for this object.
|
CreateFlowRequest.Builder |
source(SetSourceRequest source)
Sets the value of the Source property for this object.
|
default CreateFlowRequest.Builder |
sourceFailoverConfig(Consumer<FailoverConfig.Builder> sourceFailoverConfig)
Sets the value of the SourceFailoverConfig property for this object.
|
CreateFlowRequest.Builder |
sourceFailoverConfig(FailoverConfig sourceFailoverConfig)
Sets the value of the SourceFailoverConfig property for this object.
|
CreateFlowRequest.Builder |
sources(Collection<SetSourceRequest> sources)
Sets the value of the Sources property for this object.
|
CreateFlowRequest.Builder |
sources(Consumer<SetSourceRequest.Builder>... sources)
Sets the value of the Sources property for this object.
|
CreateFlowRequest.Builder |
sources(SetSourceRequest... sources)
Sets the value of the Sources property for this object.
|
CreateFlowRequest.Builder |
vpcInterfaces(Collection<VpcInterfaceRequest> vpcInterfaces)
The VPC interfaces you want on the flow.
|
CreateFlowRequest.Builder |
vpcInterfaces(Consumer<VpcInterfaceRequest.Builder>... vpcInterfaces)
The VPC interfaces you want on the flow.
|
CreateFlowRequest.Builder |
vpcInterfaces(VpcInterfaceRequest... vpcInterfaces)
The VPC interfaces you want on the flow.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateFlowRequest.Builder availabilityZone(String availabilityZone)
availabilityZone - The Availability Zone that you want to create the flow in. These options are limited to the
Availability Zones within the current AWS Region.CreateFlowRequest.Builder entitlements(Collection<GrantEntitlementRequest> entitlements)
entitlements - The entitlements that you want to grant on a flow.CreateFlowRequest.Builder entitlements(GrantEntitlementRequest... entitlements)
entitlements - The entitlements that you want to grant on a flow.CreateFlowRequest.Builder entitlements(Consumer<GrantEntitlementRequest.Builder>... entitlements)
GrantEntitlementRequest.Builder avoiding the
need to create one manually via
GrantEntitlementRequest.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #entitlements(List.
entitlements - a consumer that will call methods on
GrantEntitlementRequest.Builder#entitlements(java.util.Collection) CreateFlowRequest.Builder mediaStreams(Collection<AddMediaStreamRequest> mediaStreams)
mediaStreams - The media streams that you want to add to the flow. You can associate these media streams with sources
and outputs on the flow.CreateFlowRequest.Builder mediaStreams(AddMediaStreamRequest... mediaStreams)
mediaStreams - The media streams that you want to add to the flow. You can associate these media streams with sources
and outputs on the flow.CreateFlowRequest.Builder mediaStreams(Consumer<AddMediaStreamRequest.Builder>... mediaStreams)
AddMediaStreamRequest.Builder avoiding the need to
create one manually via
AddMediaStreamRequest.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #mediaStreams(List.
mediaStreams - a consumer that will call methods on
AddMediaStreamRequest.Builder#mediaStreams(java.util.Collection) CreateFlowRequest.Builder name(String name)
name - The name of the flow.CreateFlowRequest.Builder outputs(Collection<AddOutputRequest> outputs)
outputs - The outputs that you want to add to this flow.CreateFlowRequest.Builder outputs(AddOutputRequest... outputs)
outputs - The outputs that you want to add to this flow.CreateFlowRequest.Builder outputs(Consumer<AddOutputRequest.Builder>... outputs)
AddOutputRequest.Builder avoiding the need to
create one manually via AddOutputRequest.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #outputs(List.
outputs - a consumer that will call methods on
AddOutputRequest.Builder#outputs(java.util.Collection) CreateFlowRequest.Builder source(SetSourceRequest source)
source - The new value for the Source property for this object.default CreateFlowRequest.Builder source(Consumer<SetSourceRequest.Builder> source)
SetSourceRequest.Builder avoiding the
need to create one manually via SetSourceRequest.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to source(SetSourceRequest).
source - a consumer that will call methods on SetSourceRequest.Buildersource(SetSourceRequest)CreateFlowRequest.Builder sourceFailoverConfig(FailoverConfig sourceFailoverConfig)
sourceFailoverConfig - The new value for the SourceFailoverConfig property for this object.default CreateFlowRequest.Builder sourceFailoverConfig(Consumer<FailoverConfig.Builder> sourceFailoverConfig)
FailoverConfig.Builder avoiding the need
to create one manually via FailoverConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to sourceFailoverConfig(FailoverConfig).
sourceFailoverConfig - a consumer that will call methods on FailoverConfig.BuildersourceFailoverConfig(FailoverConfig)CreateFlowRequest.Builder sources(Collection<SetSourceRequest> sources)
sources - The new value for the Sources property for this object.CreateFlowRequest.Builder sources(SetSourceRequest... sources)
sources - The new value for the Sources property for this object.CreateFlowRequest.Builder sources(Consumer<SetSourceRequest.Builder>... sources)
SetSourceRequest.Builder avoiding the need to
create one manually via SetSourceRequest.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #sources(List.
sources - a consumer that will call methods on
SetSourceRequest.Builder#sources(java.util.Collection) CreateFlowRequest.Builder vpcInterfaces(Collection<VpcInterfaceRequest> vpcInterfaces)
vpcInterfaces - The VPC interfaces you want on the flow.CreateFlowRequest.Builder vpcInterfaces(VpcInterfaceRequest... vpcInterfaces)
vpcInterfaces - The VPC interfaces you want on the flow.CreateFlowRequest.Builder vpcInterfaces(Consumer<VpcInterfaceRequest.Builder>... vpcInterfaces)
VpcInterfaceRequest.Builder avoiding the need to
create one manually via
VpcInterfaceRequest.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #vpcInterfaces(List.
vpcInterfaces - a consumer that will call methods on
VpcInterfaceRequest.Builder#vpcInterfaces(java.util.Collection) CreateFlowRequest.Builder maintenance(AddMaintenance maintenance)
maintenance - The new value for the Maintenance property for this object.default CreateFlowRequest.Builder maintenance(Consumer<AddMaintenance.Builder> maintenance)
AddMaintenance.Builder avoiding the need
to create one manually via AddMaintenance.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to maintenance(AddMaintenance).
maintenance - a consumer that will call methods on AddMaintenance.Buildermaintenance(AddMaintenance)CreateFlowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateFlowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.