Uses of Interface
software.amazon.awssdk.services.connectcases.model.FileContent.Builder
-
Packages that use FileContent.Builder Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of FileContent.Builder in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return FileContent.Builder Modifier and Type Method Description static FileContent.BuilderFileContent. builder()FileContent.BuilderFileContent.Builder. fileArn(String fileArn)The Amazon Resource Name (ARN) of a File in Amazon Connect.FileContent.BuilderFileContent. toBuilder()Methods in software.amazon.awssdk.services.connectcases.model that return types with arguments of type FileContent.Builder Modifier and Type Method Description static Class<? extends FileContent.Builder>FileContent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connectcases.model with type arguments of type FileContent.Builder Modifier and Type Method Description default RelatedItemContent.BuilderRelatedItemContent.Builder. file(Consumer<FileContent.Builder> file)Represents the content of a File to be returned to agents.default RelatedItemInputContent.BuilderRelatedItemInputContent.Builder. file(Consumer<FileContent.Builder> file)A file of related items.static RelatedItemContentRelatedItemContent. fromFile(Consumer<FileContent.Builder> file)Create an instance of this class withRelatedItemContent.file()initialized to the given value.static RelatedItemInputContentRelatedItemInputContent. fromFile(Consumer<FileContent.Builder> file)Create an instance of this class withRelatedItemInputContent.file()initialized to the given value.
-