Interface DescribeFlowSourceMetadataResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeFlowSourceMetadataResponse.Builder,DescribeFlowSourceMetadataResponse>,MediaConnectResponse.Builder,SdkBuilder<DescribeFlowSourceMetadataResponse.Builder,DescribeFlowSourceMetadataResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeFlowSourceMetadataResponse
public static interface DescribeFlowSourceMetadataResponse.Builder extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<DescribeFlowSourceMetadataResponse.Builder,DescribeFlowSourceMetadataResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DescribeFlowSourceMetadataResponse.BuilderflowArn(String flowArn)The ARN of the flow that DescribeFlowSourceMetadata was performed on.DescribeFlowSourceMetadataResponse.Buildermessages(Collection<MessageDetail> messages)Provides a status code and message regarding issues found with the flow source metadata.DescribeFlowSourceMetadataResponse.Buildermessages(Consumer<MessageDetail.Builder>... messages)Provides a status code and message regarding issues found with the flow source metadata.DescribeFlowSourceMetadataResponse.Buildermessages(MessageDetail... messages)Provides a status code and message regarding issues found with the flow source metadata.DescribeFlowSourceMetadataResponse.Buildertimestamp(Instant timestamp)The timestamp of the most recent change in metadata for this flow’s source.default DescribeFlowSourceMetadataResponse.BuildertransportMediaInfo(Consumer<TransportMediaInfo.Builder> transportMediaInfo)Sets the value of the TransportMediaInfo property for this object.DescribeFlowSourceMetadataResponse.BuildertransportMediaInfo(TransportMediaInfo transportMediaInfo)Sets the value of the TransportMediaInfo property for this object.-
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
DescribeFlowSourceMetadataResponse.Builder flowArn(String flowArn)
The ARN of the flow that DescribeFlowSourceMetadata was performed on.- Parameters:
flowArn- The ARN of the flow that DescribeFlowSourceMetadata was performed on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
messages
DescribeFlowSourceMetadataResponse.Builder messages(Collection<MessageDetail> messages)
Provides a status code and message regarding issues found with the flow source metadata.- Parameters:
messages- Provides a status code and message regarding issues found with the flow source metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
messages
DescribeFlowSourceMetadataResponse.Builder messages(MessageDetail... messages)
Provides a status code and message regarding issues found with the flow source metadata.- Parameters:
messages- Provides a status code and message regarding issues found with the flow source metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
messages
DescribeFlowSourceMetadataResponse.Builder messages(Consumer<MessageDetail.Builder>... messages)
Provides a status code and message regarding issues found with the flow source metadata. This is a convenience method that creates an instance of theMessageDetail.Builderavoiding the need to create one manually viaMessageDetail.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#messages(List.) - Parameters:
messages- a consumer that will call methods onMessageDetail.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#messages(java.util.Collection)
-
timestamp
DescribeFlowSourceMetadataResponse.Builder timestamp(Instant timestamp)
The timestamp of the most recent change in metadata for this flow’s source.- Parameters:
timestamp- The timestamp of the most recent change in metadata for this flow’s source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transportMediaInfo
DescribeFlowSourceMetadataResponse.Builder transportMediaInfo(TransportMediaInfo transportMediaInfo)
Sets the value of the TransportMediaInfo property for this object.- Parameters:
transportMediaInfo- The new value for the TransportMediaInfo property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transportMediaInfo
default DescribeFlowSourceMetadataResponse.Builder transportMediaInfo(Consumer<TransportMediaInfo.Builder> transportMediaInfo)
Sets the value of the TransportMediaInfo property for this object. This is a convenience method that creates an instance of theTransportMediaInfo.Builderavoiding the need to create one manually viaTransportMediaInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totransportMediaInfo(TransportMediaInfo).- Parameters:
transportMediaInfo- a consumer that will call methods onTransportMediaInfo.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
transportMediaInfo(TransportMediaInfo)
-
-