Interface FileContent.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FileContent.Builder,FileContent>,SdkBuilder<FileContent.Builder,FileContent>,SdkPojo
- Enclosing class:
- FileContent
public static interface FileContent.Builder extends SdkPojo, CopyableBuilder<FileContent.Builder,FileContent>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileContent.BuilderfileArn(String fileArn)The Amazon Resource Name (ARN) of a File in Amazon Connect.-
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, sdkFields
-
-
-
-
Method Detail
-
fileArn
FileContent.Builder fileArn(String fileArn)
The Amazon Resource Name (ARN) of a File in Amazon Connect.
- Parameters:
fileArn- The Amazon Resource Name (ARN) of a File in Amazon Connect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-