Interface UpdateFlowSourceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateFlowSourceResponse.Builder,UpdateFlowSourceResponse>,MediaConnectResponse.Builder,SdkBuilder<UpdateFlowSourceResponse.Builder,UpdateFlowSourceResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateFlowSourceResponse
public static interface UpdateFlowSourceResponse.Builder extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<UpdateFlowSourceResponse.Builder,UpdateFlowSourceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateFlowSourceResponse.BuilderflowArn(String flowArn)The ARN of the flow that you want to update.default UpdateFlowSourceResponse.Buildersource(Consumer<Source.Builder> source)The settings for the source of the flow.UpdateFlowSourceResponse.Buildersource(Source source)The settings for the source of the flow.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.mediaconnect.model.MediaConnectResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
flowArn
UpdateFlowSourceResponse.Builder flowArn(String flowArn)
The ARN of the flow that you want to update.- Parameters:
flowArn- The ARN of the flow that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
source
UpdateFlowSourceResponse.Builder source(Source source)
The settings for the source of the flow.- Parameters:
source- The settings for the source of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
source
default UpdateFlowSourceResponse.Builder source(Consumer<Source.Builder> source)
The settings for the source of the flow. This is a convenience method that creates an instance of theSource.Builderavoiding the need to create one manually viaSource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosource(Source).- Parameters:
source- a consumer that will call methods onSource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
source(Source)
-
-