Interface ProbeInputFile.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProbeInputFile.Builder,
,ProbeInputFile> SdkBuilder<ProbeInputFile.Builder,
,ProbeInputFile> SdkPojo
- Enclosing class:
ProbeInputFile
@Mutable
@NotThreadSafe
public static interface ProbeInputFile.Builder
extends SdkPojo, CopyableBuilder<ProbeInputFile.Builder,ProbeInputFile>
-
Method Summary
Modifier and TypeMethodDescriptionSpecify the S3, HTTP, or HTTPS URL for your media file.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
fileUrl
Specify the S3, HTTP, or HTTPS URL for your media file.- Parameters:
fileUrl
- Specify the S3, HTTP, or HTTPS URL for your media file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-